Apply a binary callback to elements in two n-dimensional nested input arrays and assign results to elements in an n-dimensional nested output array.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Calculate the mid-range of a single-precision floating-point strided array.
<!-- @TODO -->
<!--
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Update notifications for your CLI app
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
Base (i.e., lower-level) statistical functions.
Evaluate Binet's formula extended to real numbers.
US state names and postal codes
Serialize a two-sample Z-test results object as a formatted string.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Create a filled two-dimensional symmetric nested array according to a provided callback function.
Easy and small child_process.spawn
Scale a single-precision complex floating-point vector by a single-precision floating-point constant.
Bernoulli distribution quantile function.
Check if a value is an object
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array
Copy all or part of a matrix A to another matrix B.
Hypergeometric distribution constructor.
Lévy distribution logarithm of cumulative distribution function (CDF).