UNPKG

fermat-prime

Version:

Uses the Fermat primality test with 100 runs to determine if a number is prime

26 lines (25 loc) 665 B
{ "name": "fermat-prime", "version": "1.0.1", "description": "Uses the Fermat primality test with 100 runs to determine if a number is prime", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/joshbroughton/fermat-prime.git" }, "keywords": [ "prime", "fermat", "math", "utility" ], "author": "Josh Broughton <josh.broughton47@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/joshbroughton/fermat-prime/issues" }, "homepage": "https://github.com/joshbroughton/fermat-prime#readme" }