|
Routines for detecting floating-point errors. Return value is set to 1 if the input \value matches the requested floating point exception.
|
|
int | grvy_double_isnan (double *value) |
| |
|
int | grvy_double_isinf (double *vauel) |
| |
|
int | grvy_float_isnan (float *value) |
| |
|
int | grvy_float_isinf (float *value) |
| |
Routines for detecting floating-point errors.