@stdlib/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@stdlib/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-strided-ops-mul
Element-wise multiplication of two strided arrays.
@stdlib/random-iter-cauchy
Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.
@stdlib/stats-iter-msumabs
Create an iterator which iteratively computes a moving sum of absolute values.
@stdlib/random-streams-gumbel
Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/stats-base-dists-invgamma-skewness
Inverse gamma distribution skewness.
@stdlib/random-streams-arcsine
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
@stdlib/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
@hugoalh/is-primitive
An ECMAScript (JavaScript & TypeScript) module to determine whether the item is a primitive.
@stdlib/random-streams-geometric
Create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.
@stdlib/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
@hugoalh/exfetch
An ECMAScript (JavaScript & TypeScript) module to extend `fetch`.
@stdlib/constants-float64-num-bytes
Size (in bytes) of a double-precision floating-point number.
@stdlib/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/math-base-tools-evalrational-compile-c
Compile a C function for evaluating a rational function.
@stdlib/blas-ext-base-dsnannsumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/random-streams-uniform
Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.
@stdlib/stats-base-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/iter-to-array-view-right
Fill an array-like object view from right to left with values returned from an iterator.
@stdlib/math-base-special-boxcox1p
Compute a one-parameter Box-Cox transformation of 1+x.
@stdlib/math-iter-utils-continued-fraction
Evaluate the terms of a continued fraction.
@stdlib/utils-async-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
@stdlib/math-strided-special-dmsksqrt
Compute the principal square root for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/utils-async-if-else
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
@stdlib/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/utils-values
Return an array of an object's own enumerable property values.
@stdlib/math-iter-special-digamma
Create an iterator which evaluates the digamma function for each iterated value.
@stdlib/math-iter-special-cosh
Create an iterator which computes the hyperbolic cosine for each iterated value.
@stdlib/stats-base-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/math-strided-special-inv
Compute the multiplicative inverse for each element in a strided array.
@stdlib/random-iter-frechet
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/math-iter-special-ahavercos
Create an iterator which computes the inverse half-value versed cosine of each iterated value.
@stdlib/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/stats-base-nanmin
Calculate the minimum value of a strided array, ignoring NaN values.
@stdlib/random-iter-weibull
Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.
@stdlib/simulate-iter-triangle-wave
Create an iterator which generates a triangle wave.
@stdlib/math-iter-special-dirac-delta
Create an iterator which evaluates the Dirac delta function for each iterated value.
@stdlib/utils-curry-right
Transform a function into a sequence of functions each accepting a single argument.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/math-iter-special-asin
Create an iterator which computes the arcsine of each iterated value.
@stdlib/random-streams-normal
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
@stdlib/stats-base-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-special-bessely0
Compute the Bessel function of the second kind of order zero.
@stdlib/math-base-special-fast-asinh
Compute the hyperbolic arcsine of a number.
@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.