Skip to main content

gcd_32

Function gcd_32 

Source
pub const fn gcd_32(a: u32, b: u32) -> u32
Expand description

Computes the greatest common divisor of two 32-bit unsigned integers in an efficient way.