Function aochelpers::gcd

source ·
pub fn gcd<T: Integer + Copy>(first: T, second: T) -> T
Expand description

Returns the greatest common divisor of two numbers