Invoke a function for each Unicode code point in a string.
Round a double-precision floating-point number toward zero.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Test if a double-precision floating-point numeric value is NaN.
Create a double-precision floating-point number from a higher order word and a lower order word.
Double-precision complex number functions.
Split a double-precision floating-point number into a higher order word and a lower order word.
Single-precision complex number functions.
Multiply a double-precision floating-point number by an integer power of two.
Test if a double-precision floating-point numeric value is infinite.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Tokenize a string into an array of string parts and format identifier objects.
Generate string from a token array by interpolating values.
Replace search occurrences with a replacement string.
Compute the absolute value of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Test if a finite double-precision floating-point number is an integer.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
Set the more significant 32 bits of a 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.