#include "cmplx.h"
Go to the source code of this file.
Functions | |
| complex | __rconjg (float zreal, float zimag) |
| void | r_cnjg (complex *r, complex *z) |
| complex __rconjg | ( | float | zreal, | |
| float | zimag | |||
| ) |
Definition at line 41 of file r_cnjg.c.
References complex::imag, and complex::real.
Referenced by r_cnjg().
Definition at line 50 of file r_cnjg.c.
References __rconjg(), complex::imag, and complex::real.

1.7.1