@stdlib/math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
Round a single-precision floating-point numeric value toward negative infinity.
Round a double-precision floating-point number to the nearest multiple of 10^n toward negative infinity.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
Compute the greatest common divisor (gcd).
Compute an integer binary logarithm (base two).
Compute an integer square root.
Round a double-precision floating-point number toward negative infinity.
Round each component of a double-precision complex floating-point number to the nearest integer.
Round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.
Round a numeric value to the nearest multiple of b^n toward negative infinity.
BigInts.
Maximum safe single-precision floating-point integer.
Minimum safe single-precision floating-point integer.
Maximum safe Fibonacci number when stored in double-precision floating-point format.
Maximum safe double-precision floating-point integer.
Maximum safe Lucas number when stored in double-precision floating-point format.
Maximum safe nth factorial when stored in double-precision floating-point format.
Maximum safe nth Fibonacci number when stored in double-precision floating-point format.
Create an iterator which generates a sequence of fourth powers.