Function primefactor::primefactor_gcd[][src]

pub fn primefactor_gcd(this: u128, that: u128) -> PrimeFactors
Expand description

Calculate the Greatest common divisor (GCD) between 2 unsigned integers