@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@stdlib/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
@stdlib/math-base-special-ellipe
Compute the complete elliptic integral of the second kind.
@stdlib/math-base-special-ellipk
Compute the complete elliptic integral of the first kind.
@stdlib/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
@stdlib/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled
Calculate a scaled Lanczos sum for the approximation of the gamma function.
@stdlib/math-base-special-sqrt
Compute the principal square root of a double-precision floating-point number.
@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
@stdlib/math-base-special-kernel-betainc
Incomplete beta function and its first derivative.
@stdlib/math-base-special-gamma-delta-ratio
Compute the ratio of two gamma functions.
@stdlib/math-base-special-gamma-lanczos-sum
Calculate the Lanczos sum for the approximation of the gamma function.
@stdlib/constants-float64-eps
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
math-base-special-binomcoefln
Compute the natural logarithm of the binomial coefficient.
@stdlib/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.
@stdlib/math-base-special-factorialln
Evaluate the natural logarithm of the factorial function.
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
@stdlib/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/math-base-special-sqrtf
Compute the principal square root of a single-precision floating-point number.
@stdlib/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
@stdlib/math-base-special-ceil2
Round a numeric value to the nearest power of two toward positive infinity.
@stdlib/math-base-special-bessely1
Compute the Bessel function of the second kind of order one.
@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/constants-float64-max-safe-nth-fibonacci
Maximum safe nth Fibonacci number when stored in double-precision floating-point format.