1.0.4 • Published 6 years ago

nth-prime v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

nth-prime Build Status codecov Maintainability

A simple npm package with a function that returns the nth prime number.

Installation

npm i -S nth-prime

Usage

var nthPrime = require('nth-prime');

console.log(nthPrime(1)); // prints 2
console.log(nthPrime(2)); // prints 3
console.log(nthPrime(5)); // prints 11
console.log(nthPrime(1000000));  // prints 15485863
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago