Return true if the represented floating point number is considered 'subnormal', including isZero.
bool isSubnormal() => isExponentAllZeros;