Evaluate the natural logarithm of a double-precision floating-point number.
Round a numeric value to the nearest integer.
Compute the sine of a double-precision floating-point number on [-π/4, π/4].
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
The maximum biased base 2 exponent for a double-precision floating-point number.
Compute the sum of an infinite series.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Continued fraction approximation.
Replace search occurrences with a replacement string.
Compute `x - nπ/2 = r`.
Chi-squared distribution cumulative distribution function (CDF).
Insert supplied variable values into a format string.
Test if a value is a string.
Gamma distribution cumulative distribution function (CDF).
Return the minimum value.
Modulus function.
Compute exp(x) - 1.
Evaluate ln(1+x) - x.
Test if a value is a regular expression string.
Escape a regular expression string or pattern.
Convert a string to snake case.
Convert a string to lowercase.
Evaluate a factorial.
Common APIs shared across base pseudorandom number generators.