Function num_prime::nt_funcs::is_square_free

source ·
pub fn is_square_free<T: PrimalityBase>(target: &T) -> bool
where for<'r> &'r T: PrimalityRefBase<T>,
Expand description

Tests if the integer doesn’t have any square number factor.

§Panics

if the factorization failed on target.