@stdlib/array-base-binarynd
Apply a binary callback to elements in n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
@stdlib/array-base-assert-is-complex128array
Test if a value is a Complex128Array.
@stdlib/math-base-special-tand
Compute the tangent of an angle measured in degrees
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
lapack-base-dlaset
Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
math-base-special-avercosf
Compute the inverse versed cosine of a single-precision floating-point number (in radians).
math-base-special-acoversinf
Compute the inverse coversed sine of a single-precision floating-point number (in radians).
@stdlib/math-base-special-asinf
Compute the arcsine of a single-precision floating-point number.
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
@stdlib/random-array-tools-ternary
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
@stdlib/stats-base-dists-erlang-logpdf
Natural logarithm of the probability density function (PDF) for an Erlang distribution.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.
math-base-special-dirac-deltaf
Evaluate the Dirac delta function in single-precision floating-point format.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
complex-float64-base-assert-is-almost-equal
Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
array-base-broadcasted-ternary4d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
stats-strided-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/array-base-binary3d
Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/strided-base-reinterpret-boolean
Reinterpret a BooleanArray as a Uint8Array.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@stdlib/ndarray-maybe-broadcast-array
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
array-base-broadcasted-quinary4d
Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.