Function primefactor::u128_is_prime

source ·
pub fn u128_is_prime(n: u128) -> bool
Expand description

Test if the value is a prime number, or not