Return the coarse classification of the specified number.
The result is one of k_ZERO, k_NORMAL, k_SUBNORMAL, k_INFINITE, or k_NAN. This function has the same functionality as the fpclassify macro in C99.
coarse classification of number
| Name | Description |
|---|---|
| number | floating-point value to classify |