Base (i.e., lower-level) double-precision complex number assertion functions.
Test whether two double-precision complex floating-point numbers are the same value.
Double-precision complex number functions.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Create a double-precision floating-point number from a higher order word and a lower order word.
Return the real and imaginary components of a double-precision complex floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
128-bit complex number.
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 minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Test whether two double-precision complex floating-point numbers are the same value.
Set the less significant 32 bits of a double-precision floating-point number.
Test if a value is a complex number-like object.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Gamma function.
Set the more significant 32 bits of a double-precision floating-point number.
Test whether two double-precision complex floating-point numbers are equal.
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
Test if a double-precision floating-point numeric value is NaN.
Test if a value is a Float64Array.