#include <math.h>#include "x_math.h"
Go to the source code of this file.
Functions | |
| double | c_hypot (double x, double y) |
| float | c_hypotf (float x, float y) |
| long double | c_hypotl (long double x, long double y) |
| double c_hypot | ( | double | x, | |
| double | y | |||
| ) |
Definition at line 36 of file x_math.c.
Referenced by complex_sqrt().
| float c_hypotf | ( | float | x, | |
| float | y | |||
| ) |
Definition at line 39 of file x_math.c.
References hypotf().
Referenced by complex_sqrt().

1.7.1