primality
Trait to check if a number is prime.
Installation
Add the following to your Cargo.toml:
[]
= "0.1"
Or run the following command:
Usage
use IsPrime;
assert!;
assert!;
assert!;
assert!;
assert!;
assert!;
assert!;
assert!;
Supported Number Types
u8u16u32u64u128usizei8i16i32i64i128isize
License
This project is licensed under the MIT license.