gcd

Function gcd 

Source
pub fn gcd(a: u64, b: u64) -> u64
Expand description

Compute the greatest common divisor of two numbers