#include <math.h>#include "moremath.h"#include "cmplx.h"
Go to the source code of this file.
Functions | |
| complex | __csqrt (float zreal, float zimag) |
| void | c_sqrt (complex *r, complex *z) |
| complex __csqrt | ( | float | zreal, | |
| float | zimag | |||
| ) |
Definition at line 41 of file c_sqrt.c.
References F, hypotf(), complex::imag, complex::real, result, and sqrtf().
Referenced by c_sqrt().

Definition at line 60 of file c_sqrt.c.
References __csqrt(), complex::imag, and complex::real.

1.7.1