LCM(n0,n1,…)
n0: positive integer
n1: positive integer
LCM calculates the least common multiple of the given numbers n0,n1,..., the smallest integer that is a multiple of each argument.
If any of the arguments is not an integer, it is truncated.
This function is Excel compatible.
GCD.