#include <math.h>#include <stdlib.h>#include "cmplrs/host.h"#include "moremath.h"#include "cmplx.h"
Go to the source code of this file.
Functions | |
| dcomplex | __zdiv (double_t adreal, double_t adimag, double_t bdreal, double_t bdimag) |
| void | z_div (dcomplex *c, dcomplex *a, dcomplex *b) |
Definition at line 44 of file z_div.c.
References c, dcomplex::dimag, and dcomplex::dreal.
Definition at line 68 of file z_div.c.
References __zdiv(), dcomplex::dimag, and dcomplex::dreal.

1.7.1