@stdlib/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits 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/string-base-replace
Replace search occurrences with a replacement string.
@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
@stdlib/math-base-special-kernel-cos
Compute the cosine of a number on `[-π/4, π/4]`.
@stdlib/math-base-special-kernel-betainc
Incomplete beta function and its first derivative.
@stdlib/stats-base-dists-degenerate-cdf
Degenerate distribution cumulative distribution function (CDF).
@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/assert-instance-of
Test whether a value has in its prototype chain a specified constructor as a prototype property.
@stdlib/constants-float64-high-word-significand-mask
High word mask for the significand of a double-precision floating-point number.
@stdlib/math-base-special-kernel-sin
Compute the sine of a number on `[-π/4, π/4]`.
@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
@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/stats-base-dists-t-cdf
Student's t distribution cumulative distribution function (CDF).
@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
@stdlib/stats-base-dists-gamma-cdf
Gamma distribution cumulative distribution function (CDF).
@stdlib/constants-float32-smallest-normal
Smallest positive normalized single-precision floating-point number.
@stdlib/constants-float64-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/math-base-special-kernel-tan
Compute the tangent of a number on [-π/4, π/4].
@stdlib/math-base-assert-is-nonnegative-integer
Test if a finite double-precision floating-point number is a nonnegative integer.
@stdlib/stats-base-dists-normal-quantile
Normal distribution quantile function.