The LCM function calculates the least common multiple of a list of numbers.
For example:
LCM(3,7,21)
returns 21, which is the smallest number that is a common multiple of 3, 7 and 21.
See also:
Other mathematical functions