Function gcd::binary_u32

source ·
pub const fn binary_u32(u: u32, v: u32) -> u32
Expand description

Const binary GCD implementation for u32.