Function sp_arithmetic::helpers_128bit::gcd[][src]

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

Helper gcd function used in Rational128 implementation.