Skip to main content
Module gcd
osom_
lib_
numbers
0.1.21
Module gcd
Module Items
Functions
In crate osom_
lib_
numbers
osom_lib_numbers
Module
gcd
Copy item path
Source
Expand description
Hold helpers for computing the greatest common divisor.
Functions
ยง
gcd_32
Computes the greatest common divisor of two 32-bit unsigned integers in an efficient way.
gcd_64
Computes the greatest common divisor of two 64-bit unsigned integers in an efficient way.