Crates.io | isprime |
lib.rs | isprime |
version | 0.1.1 |
source | src |
created_at | 2022-02-09 14:59:27.282927 |
updated_at | 2022-02-09 15:06:15.438772 |
description | Quickly check if a number is prime |
homepage | https://github.com/ellygaytor/isprime |
repository | https://github.com/ellygaytor/isprime |
max_upload_size | |
id | 529736 |
size | 2,841 |
Quickly check if a number is prime
isprime(n)
returns true
if n
is prime, and false
otherwise.