Evaluate the modulus function for single-precision floating-point numbers.
Convert a scalar value to a zero-dimensional ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
Natural logarithm of the probability density function (PDF) for a chi distribution.
Laplace distribution differential entropy.
Test if a value is an array-like object containing only falsy values.
Group values according to an indicator function and return group counts.
Add a scalar constant to each strided array element and compute the sum.
Flowtype linting rules for ESLint.
Test if a value is Node duplex stream-like.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.
Test if two arguments are both Float32Arrays and contain respective elements which are approximately the same value within a specified number of ULPs (units in the last place).
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Compute the maximum absolute value of a sorted one-dimensional single-precision floating-point ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Converter from any base to other any base
Add a scalar constant to each strided array element and compute the sum using ordinary recursive summation.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
A base TSConfig for working with Recommended.
Return the index of the last element which equals a provided search element according to the same value algorithm.
Normalize a list of indices to the interval [0,max].
Flatten an object.
Return a function which tests if every element in a typed array passes a test condition.