Return the matrix orientation string associated with a matrix orientation enumeration constant.
Compute the Bessel function of the first kind of order zero.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
Tools for dealing with node-gyp packages
Logistic distribution logarithm of probability density function (PDF).
walk paths fast and efficiently
redefine an svg path with absolute coordinates
Inlines env vars in a string that contains $NAME expressions
Parse a glob pattern into an object of tokens.
Escape and stringify an array of arguments to be executed on the shell
Fill a double-precision complex floating-point strided array with a specified scalar constant.
r/w stream of glsl tokens
Calculate the cumulative sum of single-precision floating-point strided array elements.
Compute a moving mean absolute percentage error (MAPE) incrementally.
Compute an arithmetic mean and corrected sample standard deviation incrementally.
Ensure that your Markdown headings capitalization is correct
ES2015 Promise ponyfill
Synchronously write a file and create its ancestor directories if needed
Convert a string to space case.
Implementation of the SPDY protocol on node.js.
Compute the half-value versed cosine.
Compute the sum of absolute values (L1 norm).
Compute moving minimum and maximum absolute values incrementally.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`