Eneboo - Documentación para desarrolladores
|
'defines' | |
#define | TRIO_TRUE (1 == 1) |
#define | TRIO_FALSE (0 == 1) |
Funciones | |
TRIO_PUBLIC double | trio_nzero (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_pinf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_ninf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_nan (TRIO_NOARGS) |
TRIO_PUBLIC int trio_isnan | TRIO_ARGS1 ((number), double number) |
TRIO_PUBLIC int trio_fpclassify_and_signbit | TRIO_ARGS2 ((number, is_negative), double number, int *is_negative) |
#define TRIO_FALSE (0 == 1) |
#define TRIO_TRUE (1 == 1) |
TRIO_PUBLIC int trio_signbit TRIO_ARGS1 | ( | (number) | , |
double | number | ||
) |
Check for NaN.
number | An arbitrary floating-point number. |
Check for infinity.
number | An arbitrary floating-point number. |
Examine the sign of a number.
number | An arbitrary floating-point number. |
TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_ARGS2 | ( | (number, is_negative) | , |
double | number, | ||
int * | is_negative | ||
) |
TRIO_PUBLIC double trio_nan | ( | TRIO_NOARGS | ) |
Generate NaN.
TRIO_PUBLIC double trio_ninf | ( | TRIO_NOARGS | ) |
Generate negative infinity.
TRIO_PUBLIC double trio_nzero | ( | TRIO_NOARGS | ) |
Generate negative zero.
TRIO_PUBLIC double trio_pinf | ( | TRIO_NOARGS | ) |
Generate positive infinity.