Function gcd::binary_u128[][src]

pub const fn binary_u128(u: u128, v: u128) -> u128
Expand description

Const binary GCD implementation for u128.