@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
@stdlib/math-base-special-lnf
Evaluate the natural logarithm of a single-precision floating-point number.
stats-strided-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/math-base-special-asind
Compute the arcsine (in degrees) of a double-precision floating-point number.
@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.
stats-strided-scumin
Calculate the cumulative minimum of single-precision floating-point strided array elements.
@stdlib/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
@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.
math-array-special-abs
Compute the absolute value for each element in an input array.