@stdlib/number-float64-base-normalize
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Found 14 results for subnormal
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
The minimum base 10 exponent for a subnormal double-precision floating-point number.
Smallest positive double-precision floating-point number.
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.
Smallest positive single-precision floating-point subnormal number.
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
The maximum base 10 exponent for a subnormal double-precision floating-point number.
Smallest positive half-precision floating-point subnormal number.
Splits a single-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`.