about-prime

1.0.0 • Public • Published

About Prime

Build Status

About prime is a npm package that let you check the prime and check the prime number give the index of it.

Usage

const AP = require('about-prime')
 
AP.isPrime(2) // this should return true
AP.isPrime(4) // this should return false
 
AP.indexPrime(1) // this should return 2
AP.indexPrime(2) // this should return 3

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i about-prime

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • broerjuang