bool OEIsNormalNum(float f) bool OEIsNormalNum(double d)
Returns true if the number passed is one of the following real numbers: negative or positive denormalized; negative or positive zero; negative or positive normalized.
true
See also
The reverse of OEIsNormalNum is OEIsNaN.
OEIsNormalNum
OEIsNaN