Returns the least common multiple of the specified non-negative number(s), which is the smallest number that is a multiple of all the given numbers.
lcm( number, … )
number: (Decimal Array) The list of non-negative numbers.
Decimal
lcm(5,10,15)
returns 30