Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
Count the number of truthy elements in an array.
Natural logarithm of π.
parse a url with memoization
A type-refinement / validator combinator library for mixed / unknown values in Flow or TypeScript
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Compute the cube root of each element retrieved from an input strided array via a callback function.
Utilities for GraphQL documents.
Immer patch optimisation to add "move" operations.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Multi-slice constructor.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
A Markdown parser for power-doctest.
Test if value is valid for fs.readFile option
use node builtins in browser with rollup
core-js compat
Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Calculate the minimum value of a strided array via a callback function.
An ESnext spec-compliant `Set.prototype.union` shim/polyfill/replacement that works as far down as ES3
Test if a value is a native function.
Isomorphic general-purpose TS utils
Lognormal distribution constructor.