[][src]Function prime::checker::is_fermat_prime

pub fn is_fermat_prime<T>(i: T) -> bool where
    BigInt: From<T>,