Synopsis
#define fpclassify(x) (sizeof(x) == sizeof(float) ? __float32_classify(x) : __float64_classify(x))
Description

fpclassify macro shall classify its argument value as NaN, infinite, normal, subnormal, zero, or into another implementation-defined category. The fpclassify macro returns the value of the number classification macro one of