Test if a double-precision floating-point number is a probability.
Compute the arctangent of a double-precision floating-point number.
Generate string from a token array by interpolating values.
Test if a finite double-precision floating-point number is a negative integer.
Tokenize a string into an array of string parts and format identifier objects.
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.
Compute the principal square root of a single-precision floating-point number.
Compute the cube root of a double-precision floating-point number.
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.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Round a single-precision floating-point number toward negative infinity.
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Compute contour polygons using marching squares.
F distribution cumulative distribution function (CDF).
Compute the natural logarithm of exp(x) + exp(y).
Compute the absolute difference of two real numbers.
Convert a string to lowercase.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Apply a callback function to elements in an input array and assign results to elements in a new output array.
Double-precision complex number functions.