pub fn primefactor_gcd(this: u128, that: u128) -> PrimeFactorsExpand description
Calculate the Greatest common divisor (GCD) between 2 unsigned integers
pub fn primefactor_gcd(this: u128, that: u128) -> PrimeFactorsCalculate the Greatest common divisor (GCD) between 2 unsigned integers