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

Definition at line 53 of file z_cos.c.
References __zcos(), dcomplex::dimag, and dcomplex::dreal.

1.7.1