Skip to main content

gcd_64

Function gcd_64 

Source
pub const fn gcd_64(a: u64, b: u64) -> u64
Expand description

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