#include <math.h>#include "moremath.h"#include "cmplx.h"
Go to the source code of this file.
Functions | |
| complex | __cexp (float zreal, float zimag) |
| void | c_exp (complex *r, complex *z) |
| complex __cexp | ( | float | zreal, | |
| float | zimag | |||
| ) |
Definition at line 42 of file c_exp.c.
References cosf(), expf(), complex::imag, complex::real, and sinf().
Referenced by c_exp().

Definition at line 53 of file c_exp.c.
References __cexp(), complex::imag, and complex::real.

1.6.1