math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-incr-nanmstdev
Compute a moving corrected sample standard deviation incrementally, ignoring NaN values.
stats-strided-wasm-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
math-base-special-atan2f
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@stdlib/blas-base-zcopy
Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
blas-base-matrix-orientation-str2enum
Return the enumeration constant associated with a matrix orientation.
@stdlib/random-array-tools-unary
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
stats-strided-sminabs
Calculate the minimum absolute value of a single-precision floating-point strided array.
complex-float32-base-assert-is-almost-equal
Test whether two single-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/complex-float32-base-assert-is-same-value-zero
Test whether two single-precision complex floating-point numbers are the same value.
wasm-base-arrays2ptrs
Convert a list of arrays to pointers (i.e., byte offsets) in WebAssembly module memory.
@stdlib/assert-is-complex128matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision complex floating-point numbers.
stats-strided-dcovarmtk
Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
stats-array-stdevpn
Calculate the standard deviation of an array using a two-pass algorithm.
stats-array-stdevwd
Calculate the standard deviation of an array using Welford's algorithm.
stats-strided-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
stats-strided-dvariancepn
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
array-base-any-is-entry-in
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
object-some-in-by
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.