Syntax
Description
Returns the greatest common divisor, which is an integer that divides into all of the numbers without a remainder.
Examples
Column1 | Column2 | GCD() returns |
---|---|---|
5 | 2 | 1 |
24 | 36 | 12 |
20.8 | 12 | 4 |
20 | -30 | 5 |
Returns the greatest common divisor, which is an integer that divides into all of the numbers without a remainder.
Column1 | Column2 | GCD() returns |
---|---|---|
5 | 2 | 1 |
24 | 36 | 12 |
20.8 | 12 | 4 |
20 | -30 | 5 |