lucas-lehmer

1.0.1 • Public • Published

lucas-lehmer

NPM version Build Status Codecov Status Standard

A Javascript Implementation of the Lucas-Lehmer Primality Test for Mersenne Primes

Install

npm install --save lucas-lehmer

Usage

import lucasLehmer from 'lucas-lehmer'
 
lucasLehmer(3) // true, as 2^3 - 1 is prime
lucasLehmer(12) // False, as 2^12 - 1 isn't prime

License

MIT © Adam Kelly

Package Sidebar

Install

npm i lucas-lehmer

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • adamisntdead