isNormal

fnbool isNormal(X)(X x) @trusted pure nothrow @nogc

Determines if x is normalized.

A normalized number must not be zero, subnormal, infinite nor NaN.

Parameters

xa floating point number.

Returns

true if x is normalized.