String manipulation functions.
Compute the principal square root of a double-precision floating-point number.
Evaluate bˣ - 1.
Test if a finite numeric value is an odd number.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Round a double-precision floating-point number toward negative infinity.
Complementary error function.
Trim whitespace characters from the beginning and end of a string.
Natural logarithm of the gamma function.
Evaluate the natural logarithm 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.
Evaluate a polynomial using double-precision floating-point arithmetic.
Round a double-precision floating-point number toward zero.
Return the maximum value.
Create a filled generic array.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Continued fraction approximation.
Round a double-precision floating-point number toward positive infinity.
Evaluate the natural logarithm of 1+x.
Gamma distribution cumulative distribution function (CDF).
Test if a double-precision floating-point numeric value is positive zero.
Set the more significant 32 bits of a double-precision floating-point number.
Compute the sine of a number.
Compute the cosine of a double-precision floating-point number on [-π/4, π/4].