#include "cmplx.h"#include <errno.h>#include "moremath.h"

Go to the source code of this file.
Data Types | |
| union | du |
Defines | |
| #define | ROUND(d) (int)(((d) >= 0.0) ? ((d) + 0.5) : ((d) - 0.5)) |
Functions/Subroutines | |
| double | fabs (double) |
| complex | __rcis (float x) |
Variables | |
| float | __libm_qnan_f |
| int * | __errnoaddr |
| static const du | S [] |
| static const du | C [] |
| static const du | rpiby2 |
| static const du | piby2hi |
| static const du | piby2lo |
| static const du | zero |
| static const du | half |
| static const du | one |
| static const du | twopm12 |
| complex __rcis | ( | float | x | ) |
Definition at line 115 of file r_cis.c.
References __errnoaddr, __libm_qnan_f, d, du::d, fabs, float, complex::imag, L, n, complex::real, result, ROUND, and is::z.
Referenced by intr_wrap_626(), and r_cis().
| double fabs | ( | double | ) |
Definition at line 356 of file math-68881.h.
| int* __errnoaddr |
| float __libm_qnan_f |
Referenced by __rcis().
const du C[] [static] |
1.5.6