#include <stdlib.h>#include "cmplx.h"
Go to the source code of this file.
Functions | |
| complex | __cdiv (float areal, float aimag, float breal, float bimag) |
| void | c_div (complex *c, complex *a, complex *b) |
| complex __cdiv | ( | float | areal, | |
| float | aimag, | |||
| float | breal, | |||
| float | bimag | |||
| ) |
Definition at line 41 of file c_div.c.
References c, F, complex::imag, and complex::real.
Definition at line 65 of file c_div.c.
References __cdiv(), complex::imag, and complex::real.

1.7.1