#include "cmplx.h"
Go to the source code of this file.
Functions | |
| dcomplex | __dconjg (double zdreal, double zdimag) |
| void | d_cnjg (dcomplex *r, dcomplex *z) |
| dcomplex __dconjg | ( | double | zdreal, | |
| double | zdimag | |||
| ) |
Definition at line 41 of file d_cnjg.c.
References dcomplex::dimag, and dcomplex::dreal.
Referenced by d_cnjg().
Definition at line 50 of file d_cnjg.c.
References __dconjg(), dcomplex::dimag, and dcomplex::dreal.

1.7.1