Test if two double-precision floating-point numbers are the same value.
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 an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Double-precision complex number functions.
Test if two double-precision floating-point numbers are the same value.
Set the more significant 32 bits of a double-precision floating-point number.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is positive zero.
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 maximum biased base 2 exponent for a double-precision floating-point number.
Test if a value is a Float64Array.
Test if a value is a number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Test whether two double-precision complex floating-point numbers are the same value.
Test if a double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Test if a finite numeric value is an even number.