Logo

Programming-Idioms

History of Idiom 75 > diff from v14 to v15

Edit summary for version 15 by :

Version 14

2015-10-29, 14:05:16

Version 15

2015-11-30, 12:37:30

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.