math-float64-normalize
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Splits a double-precision floating-point number into a normalized fraction and an integer power of two.
Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Splits a single-precision floating-point number into a normalized fraction and an integer power of two.
The minimum base 10 exponent for a subnormal double-precision floating-point number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Smallest positive double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
Smallest positive half-precision floating-point subnormal number.
The maximum base 10 exponent for a subnormal double-precision floating-point number.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
Smallest positive single-precision floating-point subnormal number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.