pub fn gcd<T>(x: T, y: T) -> Twhere T: Integer,
Complete re-export of num-integer for SciRS2 ecosystem Calculates the Greatest Common Divisor (GCD) of the number and other. The result is always non-negative.
other