Execute scripts in parallel.
Convert a file: URI to a file path
Sort a double-precision floating-point strided array using insertion sort.
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
Return the minimum single-precision floating-point number.
1/4 times π.
Use the random function in CSS
A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.
Run Promise in series.
Ensure that a stream is flowing data without mutating it
Calculate the maximum value of a strided array via a callback function.
Compute an exponentially weighted standard deviation incrementally.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
qjobs is a simple and stupid queue job manager for nodejs
TypeScript definitions for is-function
Compute the square root of the residual sum of squares of two double-precision floating-point strided arrays.
Compute a moving root mean squared error (RMSE) incrementally.
Round each component of a single-precision complex floating-point number toward positive infinity.
Test if a value is a finite number.
Bernoulli distribution constructor.
Flatten a shape starting from a specified dimension.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Compute a sample absolute Pearson product-moment correlation coefficient.
Use the alpha() function in CSS