Logo

Programming-Idioms

History of Idiom 75 > diff from v15 to v16

Edit summary for version 16 by :

Version 15

2015-11-30, 12:37:30

Version 16

2016-02-18, 16:58:01

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.