Showing 1-20 of 146,463 packages
A quick and inefficient implementation of the bisection method in TS.
A JavaScript port of the bisection algorithm that is used in Python
Attempts to find a root of an input function within a given boundary interval, using the [bisection method](https://en.wikipedia.org/wiki/Bisection_method).
Use interpolation methods in CSS gradient functions
Bridging the gap between buffers and typed arrays
create empirical cumulative distribution function from array of values
Lazy-evaluating list of files, based on globs or regex patterns
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Match human-quality input to potential matches by edit distance.
Stop throwing errors, and instead return Results!
LRU and FIFO caches for Client or Server
A library for manipulating IPv4 and IPv6 addresses in JavaScript.
A fast, efficient Node.js Worker Thread Pool implementation
OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
Override HTTP verbs
A Node.js module for efficient sampling from a discrete probability distribution using the alias method.
Floating point binary search
Crazy fast http radix based router
Generate or verify a Proof Key for Code Exchange (PKCE) challenge pair
Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.