From Cppreference
|
|
|
|
|
#define FP_NORMAL /*implementation defined*/
|
|
(C++11 feature)
|
|
|
The FP_NORMAL macro expands to an integer constant expression. It represents a type of floating point values and indicates that the value is normal, i.e. not an infinity, subnormal, not-a-number or zero.
[edit] See also
|
|
categorizes the given floating point value (function)
|
|
|
indicates not-a-number (NaN) (macro constant)
|
|
|
indicates infinite floating point value (macro constant)
|
|
|
indicates subnormal number (macro constant)
|
|
|
indicates zero (macro constant)
|