Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ndarray-cholesky-factorization
Cholesky Factorization of ndarrays
peo
Prime Exponent Object
simple-math-32
Простая, но полезная математическая библиотека
quadraticsievefactorization
Quadratic Sieve integer factorization method for JavaScript bigints
@yetnt/ump
A very useless math package for your complex javascript projects
@yaffle/expression
A library to parse expressions, solve and simplify systems of linear equations, find eigenvalues and eigenvectors
@yaffle/ecm
Lenstra elliptic-curve factorization method
numbers-logic
Tools used to understand or work with numbers in Node.JS, Javascript and derivatives.
fast-prime
Fastest Prime Number Calculation logic for nodejs and browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)
ndarray-lup-solve
Solve ndarray Ax=b via LU factorization with pivoting
fast-prime-client
Fastest Prime Number Calculation logic for browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)
@uor-foundation/math-js
A JavaScript library implementing the Prime Framework for universal number representation
continuedfractionfactorization
continued fraction factorization method for integers
prime-factorization
This calculator allows you to calculate prime factor decomposition of a positive integer and detects if the number is prime
pollardsrho
integer factorization using Pollard's rho algorithm with Brent cycle detection, Miller–Rabin primality test
ndarray-lup-factorization
LU factorization with pivoting for ndarrays
competitive-math-toolkit
A collection of math utilities optimized for competitive programming.
luqr
LU, LDL, and QR Matrix Decomposer and Solver
facty
Integer Factorization Approaches with JavaScript
naive-factorization
naive solver for the prime factorization problem