[][src]Function contest_algorithms::math::num::fast_gcd

pub fn fast_gcd(a: i64, b: i64) -> i64

Fast iterative version of Euclid's GCD algorithm