https://github.com/hustcc/primetable
Primes Table which Less then Ten million (10000000) 一千万以内的素数表(质数表)。
https://github.com/hustcc/primetable
Last synced: about 1 month ago
JSON representation
Primes Table which Less then Ten million (10000000) 一千万以内的素数表(质数表)。
- Host: GitHub
- URL: https://github.com/hustcc/primetable
- Owner: hustcc
- Created: 2016-05-09T10:27:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T12:30:34.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T19:12:07.277Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://github.com/hustcc/PrimeTable
- Size: 3.23 MB
- Stars: 14
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PrimesTable
----`PrimesTable` which Less then Ten million(10,000,000)
- Less then **10,000,000**: [See 10,000,000.pt](10,000,000.pt)
- Less then **1,000,000**: [See 1,000,000.pt](1,000,000.pt)
- Less then **100,000**: [See 100,000.pt](100,000.pt)
- Less then **10,000**: [See 10,000.pt](10,000.pt)
- Less then **1,000**: [See 1,000.pt](1,000.pt)the number is seperated by `blank`. You can process it to the code you need.
## Use where ?
1. [Decomposition of the quality factor](http://www.atool.org/quality_factor.php)
Other usage waiting to be added.