Module gcd

Module gcd 

Source

Structsยง

GcdFunc

Functionsยง

compute_gcd
Computes greatest common divisor using Binary GCD algorithm.
compute_gcd_for_arrays ๐Ÿ”’
compute_gcd_with_scalar ๐Ÿ”’
unsigned_gcd ๐Ÿ”’
Computes gcd of two unsigned integers using Binary GCD algorithm.