Bias used in representing a {@code float} exponent.
Bit mask to isolate the exponent field of a {@code float}.
The exponent the smallest positive {@code float} subnormal value would have if it could be normalized.
The number of logical bits in the significand of a {@code float} number, including the implicit bit.
Bit mask to isolate the significand field of a {@code float}.
Bit mask to isolate the sign bit of a {@code float}.
This class contains additional constants documenting limits of the {@code float} type.
@author Joseph D. Darcy