amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
int32_t | rempio2 (double x, double *y) |
Variables | |
static const int | two_over_pi [] |
static const int | npio2_hw [] |
static const double | zero = 0.00000000000000000000e+00 |
static const double | half = 5.00000000000000000000e-01 |
static const double | two24 = 1.67772160000000000000e+07 |
static const double | invpio2 = 6.36619772367581382433e-01 |
static const double | pio2_1 = 1.57079632673412561417e+00 |
static const double | pio2_1t = 6.07710050650619224932e-11 |
static const double | pio2_2 = 6.07710050630396597660e-11 |
static const double | pio2_2t = 2.02226624879595063154e-21 |
static const double | pio2_3 = 2.02226624871116645580e-21 |
static const double | pio2_3t = 8.47842766036889956997e-32 |
int32_t rempio2 | ( | double | x, |
double * | y | ||
) |
Definition at line 104 of file remp2.c.
References __kernel_rem_pio2(), fabs(), half, invpio2, npio2_hw, pio2_1, pio2_1t, pio2_2, pio2_2t, pio2_3, pio2_3t, two24, two_over_pi, and zero.
Referenced by cos(), sin(), and tan().
|
static |
|
static |
|
static |
Definition at line 73 of file remp2.c.
Referenced by rempio2().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 59 of file remp2.c.
Referenced by rempio2().