Returns the greatest common denominator of the specified non-negative number(s), which is the largest number that divides all the given numbers without a remainder.
gcd( number, … )
number: (Decimal Array) The list of non-negative numbers.
Decimal
gcd(4,12,36)
returns 4