2 releases
0.1.1 | Jun 30, 2020 |
---|---|
0.1.0 | Jun 30, 2020 |
#1470 in Math
47 downloads per month
7.5MB
63 lines
Simple Prime Numer Checker
- You can use this simple Rust prime Number checker libary.
How to use
- You Can use thi Library in your project with
use RustPrimeNumberLibrary::IS_prime_OR_notPrime;
Step1
- calling function
IS_prime_OR_notPrime(int_num);
// And take one parameter andthis data type is u32