Function num_integer::gcd_lcm [−][src]
pub fn gcd_lcm<T: Integer>(x: T, y: T) -> (T, T)
Expand description
Calculates the Greatest Common Divisor (GCD) and
Lowest Common Multiple (LCM) of the number and other
.
pub fn gcd_lcm<T: Integer>(x: T, y: T) -> (T, T)
Calculates the Greatest Common Divisor (GCD) and
Lowest Common Multiple (LCM) of the number and other
.