Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T10:31:04.000Z (10 months ago)
- Last Synced: 2024-04-14T12:01:42.157Z (10 months 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).[![License](https://img.shields.io/github/license/number-theoretic/primes.svg)](https://raw.githubusercontent.com/number-theoretic/primes/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@number-theoretic/primes.svg)](https://www.npmjs.org/package/@number-theoretic/primes)
[![Tests](https://img.shields.io/github/actions/workflow/status/number-theoretic/primes/ci.yml?branch=main&event=push&label=tests)](https://github.com/number-theoretic/primes/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/number-theoretic/primes.svg)](https://github.com/number-theoretic/primes/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/number-theoretic/primes.svg)](https://github.com/number-theoretic/primes/issues)
[![Downloads](https://img.shields.io/npm/dm/@number-theoretic/primes.svg)](https://www.npmjs.org/package/@number-theoretic/primes)[![Code issues](https://img.shields.io/codeclimate/issues/number-theoretic/primes.svg)](https://codeclimate.com/github/number-theoretic/primes/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/number-theoretic/primes.svg)](https://codeclimate.com/github/number-theoretic/primes/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/number-theoretic/primes/main.svg)](https://codecov.io/gh/number-theoretic/primes)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/number-theoretic/primes.svg)](https://codeclimate.com/github/number-theoretic/primes/trends/technical_debt)
[![Documentation](https://number-theoretic.github.io/primes/badge.svg)](https://number-theoretic.github.io/primes/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@number-theoretic/primes)](https://bundlephobia.com/result?p=@number-theoretic/primes)## :link: Links
- http://cr.yp.to/primegen.html
- https://github.com/jbarham/primegen.go