#include "cmplx.h"#include <math.h>#include "moremath.h"
Go to the source code of this file.
Functions | |
| static void | my_sincosf (float x, float *sinfx, float *cosfx) |
| complex | __powcc (float areal, float aimag, float breal, float bimag) |
| void | pow_cc (complex *r, complex *a, complex *b) |
| void | pow_cc_ (complex *r, complex *a, complex *b) |
| void | pow_cc__ (complex *r, complex *a, complex *b) |
| complex __powcc | ( | float | areal, | |
| float | aimag, | |||
| float | breal, | |||
| float | bimag | |||
| ) |
Definition at line 53 of file pow_cc.c.
References atan2f(), expf(), hypotf(), complex::imag, logf(), my_sincosf(), and complex::real.
Referenced by pow_cc(), pow_cc_(), and pow_cc__().

| static void my_sincosf | ( | float | x, | |
| float * | sinfx, | |||
| float * | cosfx | |||
| ) | [static] |
Definition at line 72 of file pow_cc.c.
References __powcc(), complex::imag, and complex::real.

Definition at line 77 of file pow_cc.c.
References __powcc(), complex::imag, and complex::real.

Definition at line 82 of file pow_cc.c.
References __powcc(), complex::imag, and complex::real.

1.7.1