An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Prime Validate
A npm package for prime validation using trial division method

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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].