Logo

Programming-Idioms

History of Idiom 74 > diff from v11 to v12

Edit summary for version 12 by :

Version 11

2015-09-04, 13:35:24

Version 12

2015-09-04, 17:26:01

Idiom #74 Compute GCD

Compute the greatest common divisor x of big integers a and b. Use an integer type able to handle huge numbers.

Idiom #74 Compute GCD

Compute the greatest common divisor x of big integers a and b. Use an integer type able to handle huge numbers.

Code
gcd a b