Function aochelpers::gcd
source · pub fn gcd<T: Integer + Copy>(first: T, second: T) -> TExpand description
Returns the greatest common divisor of two numbers
pub fn gcd<T: Integer + Copy>(first: T, second: T) -> TReturns the greatest common divisor of two numbers