Function gcd

fn gcd<T: Integer>(x: T, y: T) -> T

Calculates the Greatest Common Divisor (GCD) of the number and other. The result is always non-negative.