Go to the source code of this file.
◆ NAN
| #define NAN (0.0f / 0.0f) |
◆ HUGE_VALF
| #define HUGE_VALF (1.0f / 0.0f) |
◆ INFINITY
| #define INFINITY (1.0f / 0.0f) |
◆ FP_NAN
◆ FP_INFINITE
◆ FP_ZERO
◆ FP_NORMAL
◆ FP_SUBNORMAL
◆ fpclassify
Value:
static s32 __fpclassifyd(double x)
Definition math.h:67
static s32 __fpclassifyf(float x)
Definition math.h:50
◆ isfinite
Value:
#define FP_INFINITE
Definition math.h:87
#define fpclassify(x)
Definition math.h:83
◆ fabs()
◆ sin()
◆ cos()
◆ sinf()
◆ cosf()
◆ tanf()
◆ acosf()
◆ powf()
| float powf |
( |
float | base, |
|
|
float | exponent ) |
◆ ldexp()
| double ldexp |
( |
double | x, |
|
|
int | exp ) |
◆ scalbn()
| double scalbn |
( |
double | x, |
|
|
int | n ) |
◆ copysign()
| double copysign |
( |
double | x, |
|
|
double | y ) |
◆ floor()
◆ sqrtf()
◆ sqrt()
◆ fabsf()
◆ __fpclassifyf()
| long __fpclassifyf |
( |
float | x | ) |
|
◆ __fpclassifyd()
| long __fpclassifyd |
( |
double | x | ) |
|
◆ fmodf()
| float fmodf |
( |
float | x, |
|
|
float | m ) |
|
inline |