https://github.com/number-theoretic/primes
:two: :three: :five: :seven: Prime numbers for JavaScript
https://github.com/number-theoretic/primes
agpl algorithms computer-science integer-sequences javascript mathematics number-theory primality-testing prime-numbers
Last synced: 7 months ago
JSON representation
:two: :three: :five: :seven: Prime numbers for JavaScript
- Host: GitHub
- URL: https://github.com/number-theoretic/primes
- Owner: number-theoretic
- License: agpl-3.0
- Created: 2014-10-06T21:17:13.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T10:31:04.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:01:42.157Z (over 1 year ago)
- Topics: agpl, algorithms, computer-science, integer-sequences, javascript, mathematics, number-theory, primality-testing, prime-numbers
- Language: JavaScript
- Homepage: https://number-theoretic.github.io/primes
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:two: :three: :five: :seven:
[@number-theoretic/primes](https://number-theoretic.github.io/primes)
==
![]()
© xkcd.comPrime numbers algorithms for JavaScript.
See [docs](https://number-theoretic.github.io/primes).
Parent is [js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).[](https://raw.githubusercontent.com/number-theoretic/primes/main/LICENSE)
[](https://www.npmjs.org/package/@number-theoretic/primes)
[](https://github.com/number-theoretic/primes/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/number-theoretic/primes/network/dependencies)
[](https://github.com/number-theoretic/primes/issues)
[](https://www.npmjs.org/package/@number-theoretic/primes)[](https://codeclimate.com/github/number-theoretic/primes/issues)
[](https://codeclimate.com/github/number-theoretic/primes/trends/churn)
[](https://codecov.io/gh/number-theoretic/primes)
[](https://codeclimate.com/github/number-theoretic/primes/trends/technical_debt)
[](https://number-theoretic.github.io/primes/source.html)
[](https://bundlephobia.com/result?p=@number-theoretic/primes)## :link: Links
- http://cr.yp.to/primegen.html
- https://github.com/jbarham/primegen.go