classify overloads
Declared in <bdlb_float.h>
Return the coarse classification for the specified number.
static
Classification
classify(double number);
» more...
Return the coarse classification (k_ZERO, k_NORMAL, k_SUBNORMAL, k_INFINITE, or 'k_NAN) for the specified floating point number. This function has the same functionality as the fpclassify macro in C99.
static
Classification
classify(float number);
» more...