Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Calculate the variance of a strided array using Welford's algorithm.
render domhandler DOM nodes to a string
Calculate the minimum absolute value of a strided array, ignoring NaN values.
A small simple library to easily flatten / unflatten JSON objects. Uses square brackets in path to preserve arrays.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using ordinary recursive summation.
Number of minutes in a week.
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Calculate the minimum value of a strided array.
Test if a string starts with the characters of another string.
Check if an Array is sorted
Evaluate the ramp function for each element in a single-precision floating-point strided array.
Apply a unary callback to elements in a broadcasted nested input array and assign results to elements in a four-dimensional nested output array.
A babel transform for filtering out imports
Tool for detecting locales of visitors and transform them.
Broadcast ndarrays to a common shape.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Multiply a vector `x` by a constant and add the result to `y`.
Convert an array to a csv formatted string
Calculate the dot product of two vectors.
checks if foo is not defined, i.e. undefined, null, an empty string, array, object or NaN
Parameterised tests for Jest
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
Check if array is absolutely empty.