prime-functions
Version:
Advanced Prime Numbers Functions. All functions that you need. Generate primes and process with prime numbers
40 lines (39 loc) • 884 B
JSON
{
"name": "prime-functions",
"version": "1.2.4",
"description": "Advanced Prime Numbers Functions. All functions that you need. Generate primes and process with prime numbers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sundowatch/prime-functions.git"
},
"keywords": [
"prime",
"primes",
"number",
"numbers",
"math",
"functions",
"mathematics",
"isPrime",
"wilson theory",
"prime theory",
"factorial",
"euler",
"phi",
"totient",
"wilson",
"random",
"pi",
"generate"
],
"author": ["İbrahim Sanduvac"],
"license": "MIT",
"bugs": {
"url": "https://github.com/sundowatch/prime-functions/issues"
},
"homepage": "https://github.com/sundowatch/prime-functions"
}