isSubnormal

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

Determines if x is subnormal.

Subnormals (also known as "denormal number"), have a 0 exponent and a 0 most significant mantissa bit.

Parameters

xa floating point number.

Returns

true if x is a denormal number.