https://github.com/samnoon1971/prime-validate
npm package
https://github.com/samnoon1971/prime-validate
nodejs prime
Last synced: 4 months ago
JSON representation
npm package
- Host: GitHub
- URL: https://github.com/samnoon1971/prime-validate
- Owner: samnoon1971
- License: mit
- Created: 2022-11-30T15:22:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T18:15:19.000Z (over 2 years ago)
- Last Synced: 2024-11-12T21:13:00.936Z (6 months ago)
- Topics: nodejs, prime
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/prime-validate
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prime Validate
A npm package for prime validation using trial division method[](https://choosealicense.com/licenses/mit/)
## Authors
- [@samnoon1971](https://www.github.com/samnoon1971)
## Installation
To install this package
```bash
npm i prime-validate```
## Documentation[Primality test ref](https://cp-algorithms.com/algebra/primality_tests.html)
### FAQ
##### Used Algorithm: Trial Divison Method
## Support
For support, email [email protected].