@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.
@stdlib/stats-base-dists-chisquare-cdf
Chi-squared distribution cumulative distribution function (CDF).
math-base-special-binomcoefln
Compute the natural logarithm of the binomial coefficient.
@stdlib/utils-inherit
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.
@stdlib/stats-base-dists-chisquare-logpdf
Natural logarithm of the probability density function (PDF) for a chi-squared distribution.
@stdlib/strided-base-reinterpret-complex128
Reinterpret a Complex128Array as a Float64Array.
@stdlib/strided-base-reinterpret-complex64
Reinterpret a Complex64Array as a Float32Array.
@stdlib/math-base-special-roundn
Round a numeric value to the nearest multiple of 10^n.