The GCD function is used to find the largest number which can be used to divide all the given numbers. The result using this function will always be a whole number.
Note: The function returns 1 when there is no common divisor. It ignores decimal fractions.