Logo

Programming-Idioms

History of Idiom 75 > diff from v4 to v5

Edit summary for version 5 by :

Version 4

2015-08-21, 13:14:27

Version 5

2015-08-21, 13:14:56

Idiom #75 Compute LCM

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

Idiom #75 Compute LCM

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