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