isprime

Crates.ioisprime
lib.rsisprime
version0.1.1
sourcesrc
created_at2022-02-09 14:59:27.282927
updated_at2022-02-09 15:06:15.438772
descriptionQuickly check if a number is prime
homepagehttps://github.com/ellygaytor/isprime
repositoryhttps://github.com/ellygaytor/isprime
max_upload_size
id529736
size2,841
Dani (ellygaytor)

documentation

README

isprime

Quickly check if a number is prime

Crates.io

Usage

isprime(n) returns true if n is prime, and false otherwise.

Commit count: 5

cargo fmt