Prime numbers Packages
thaw-sieve-of-eratosthenes
The Sieve of Eratosthenes (an ancient Greek prime number generator) as a JavaScript library
prime2
[](LICENSE)
primes-js
Prime Number Generator
math-lib
Math library that contains functions for prime number computations, root finding using Newton Raphson, first and second derivative computations
fast-primes
A suite of JS functions to find prime numbers
@mia-cx/primes
yet another prime generator package with caching. computes prime numbers using trial division.
primelist
Fast prime lookup using precomputed data for rapid prime checks and nth prime retrieval.
practical-functions
Make your javascript functions faster and use benefits of practical-functions package
prime-package-for-primes
The prime package for primes is a package for finding primes and generating primes.
competitive-math-toolkit
A collection of math utilities optimized for competitive programming.
eratosthenes-primes
A simple prime number generator.
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)
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)