Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Natural logarithm of π.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
64-bit big-endian signed integer-to-string conversion
fast dom CSS styling
Return an array of all parent node_modules directories
Conditionally add a middleware to express with some common patterns.
An ESnext spec-compliant `Array.prototype.with` shim/polyfill/replacement that works as far down as ES3.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
An ESnext spec-compliant `Set.prototype.union` shim/polyfill/replacement that works as far down as ES3
ECL Range
JSON for humans and machines
The Assertion Tool is designed to enhance your testing framework by allowing tests to continue running even when assertions fail. Instead of halting the test upon an assertion failure, it will capture the error and continue running the test suite.
Integer-valued typed array constructors.
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
ES Proposal spec-compliant shim for Map.prototype.getOrInsertComputed
Shorten sets of strings deterministically, to be git-friendly
Rules dealing with Array functions and methods.
Multi-slice constructor.
A Node.js toolkit for drawing nice command line tables, gauges, spinners, and sparklines.
Determine the minimum ndarray data type for storing a provided unsigned integer value.
Helpers for generating and transforming key material
Compute the nth Fibonacci number.