Maximum safe double-precision floating-point integer.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
The maximum biased base 2 exponent for a double-precision floating-point number.
The bias of a double-precision floating-point number's exponent.
High word mask for excluding the sign bit of a double-precision floating-point number.
Double-precision floating-point negative infinity.
High word mask for the exponent of a double-precision floating-point number.
Double-precision floating-point positive infinity.
Smallest positive double-precision floating-point normal number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
High word mask for the sign bit of a double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Maximum safe nth factorial when stored in double-precision floating-point format.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
The Euler-Mascheroni constant.
2π.
Natural logarithm of 2.
Square root of double-precision floating-point epsilon.
Maximum double-precision floating-point number.
Square root of 2π.
High word mask for the significand of a double-precision floating-point number.
π.
Natural logarithm of the maximum double-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.