Splits a floating-point number into a higher order word and a lower order word.
Create a double-precision floating-point number from a higher order word and a lower order word.
Split a double-precision floating-point number into a higher order word and a lower order word.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Natural logarithm of the square root of 2π.
Natural logarithm of 2.
Square root of double-precision floating-point epsilon.
One half times the natural logarithm of 2.
Gamma function.
Square root of 2.
Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Natural exponential function.
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Double-precision complex number functions.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
ES Math-related intrinsics and helpers, robustly cached.
Creates a double-precision floating-point number from a higher order word and a lower order word.
The bias of a double-precision floating-point number's exponent.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
High word mask for the exponent of a double-precision floating-point number.
Double-precision floating-point positive infinity.
High word mask for excluding the sign bit of a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Round a double-precision floating-point number toward zero.