LCM¶ Returns the least common multiple of integers and rationals. $ wo 'LCM[0, 5]' 0 LCM also works over the Gaussian integers. $ wo 'LCM[1 + I, 1 - I]' 1 + I