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

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

1.7.1