Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Calculate the variance of a strided array using a one-pass textbook algorithm.
Evaluate the Dirac delta function for a single-precision floating-point number.
Check if a module ID is resolvable with require()
Return the first index of a specified search element in a strided array.
Compute the relative difference of two real numbers.
Broadcast an ndarray to a specified shape.
Studentized range distribution.
Compute a geometric mean incrementally.
Local Lambda development environment
Strided array math operations.
Flatten a shape starting from a specified dimension.
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
Parse json safely and at max speed
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Determine the day of the quarter.
Create an iterator which evaluates the base 2 exponential function for each iterated value.
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
Compute a moving geometric mean incrementally.
Get the root of a posix or windows filepath.
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Strided array special math functions.
Create a filled two-dimensional banded nested array according to a provided callback function.
Like duplexer but using streams3