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

Definition at line 51 of file c_sin.c.
References __csin(), complex::imag, and complex::real.

1.7.1