is-prime-by-rut

1.0.1 • Public • Published

Is Prime

Check if a number is a prime number.

Installation:

npm install is-prime-by-rut

Example:

const isPrime = require("is-prime-by-rut");
console.log("Is 17 a prime number: " + isPrime(17));

Have Fun 💃

Readme

Keywords

Package Sidebar

Install

npm i is-prime-by-rut

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

970 B

Total Files

5

Last publish

Collaborators

  • van-root