GCD
Syntax
GCD(<number>;<number>;...)
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 |
GCD(<number>;<number>;...)
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 |