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