isSubnormal method

bool isSubnormal()

Return true if the represented floating point number is considered 'subnormal', including isZero.

Implementation

bool isSubnormal() => isExponentAllZeros;