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