11 packages
babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
bigint-gcd
greater common divisor (gcd) of two BigInt values using Lehmer's GCD algorithm
continuedfractionfactorization
continued fraction factorization method for integers
event-source-polyfill
A polyfill for http://www.w3.org/TR/eventsource/
js-big-integer
Yet another class for arbitrary-precision integers in pure JavaScript. Small. Well tested.
mathml-to-clipboard
A copy event handler for a web application that transforms MathML into AsciiMath and places it into the clipboard.
pollardsrho
integer factorization using Pollard's rho algorithm with Brent cycle detection, Miller–Rabin primality test
quadraticsievefactorization
Quadratic Sieve integer factorization method for JavaScript bigints
@yaffle/bigdecimal
Arbitrary precision decimal arithmetic library. Polyfill for decimal proposal. Implemented on the top of BigInt.
@yaffle/ecm
Lenstra elliptic-curve factorization method