isSubnormal method

bool isSubnormal()

Return true if the represented floating point number is considered "subnormal", including isAZero.

Implementation

bool isSubnormal() => isExponentAllZeros;