@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
math-array-special-abs
Compute the absolute value for each element in an input array.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
@stdlib/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
@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-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
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.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
@stdlib/math-base-special-cosd
Compute the cosine of an angle measured in degrees.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@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/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
@stdlib/random-array-tools-binary
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
@stdlib/array-base-quinary4d
Apply a quinary callback to elements in five four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/math-iter-special-erfcinv
Create an iterator which evaluates the inverse complementary error function for each iterated value.
@stdlib/math-base-special-acscd
Compute the arccosecant (in degrees) of a double-precision floating-point number.
number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
object-every-own-by
Explore the `object-every-own-by` library for efficient property retrieval in JavaScript objects. Ideal for numerical computation in Node.js and browsers. 🚀🌐
@stdlib/math-base-special-rcbrtf
Compute the reciprocal cube root of a single-precision floating-point number.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/slice-base-reduced-dimensions
Return a list of reduced dimensions in an un-normalized multi-slice.
math-base-special-bernoullif
Compute the nth Bernoulli number as a single-precision floating-point number.
@stdlib/random-array-normal
Create an array containing pseudorandom numbers drawn from a normal distribution.
@stdlib/complex-float64-base-add
Add two double-precision complex floating-point numbers.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.
blas-ext-base-wasm-dapx
Add a scalar constant to each element in a double-precision floating-point strided array.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
math-base-special-minf
Return the minimum single-precision floating-point number.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
math-base-special-cscf
Compute the cosecant of a single-precision floating-point number (in radians).
@stdlib/array-base-binary2d
Apply a binary callback to elements in two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
@stdlib/random-iter-randn
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
stats-strided-dvariancetk
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.