#include "cmplrs/host.h"#include <math.h>#include "moremath.h"#include "cmplx.h"
Go to the source code of this file.
Functions | |
| dcomplex | __zsqrt (double_t zdreal, double_t zdimag) |
| void | z_sqrt (dcomplex *r, dcomplex *z) |
Definition at line 43 of file z_sqrt.c.
References dcomplex::dimag, dcomplex::dreal, result, and sqrt().
Referenced by z_sqrt().

Definition at line 62 of file z_sqrt.c.
References __zsqrt(), dcomplex::dimag, and dcomplex::dreal.

1.7.1