The fpclassify() macro shall classify its argument value as NaN, infinite, normal, subnormal, or zero.
#include <math.h> int fpclassify (double x);
x
is normal.
x
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/math.h | math.h | clib.lib |