Manuals/calci/GCD
Jump to navigation
Jump to search
GCD(Number1, Number2..............)
where,
Number1, Number2...... - are represents number.
Returns the largest interger that divides two or more numbers without a remainder.
If any parameters is nonnumeric, GCD returns #ERROR.
If Number < 0 , it returns #ERROR.
A prime number divide by itself and by 1.
One divides any value evenly.
GCD
Lets see an example in (Column1, Row2)
=GCD(5,10)
GCD returns 5.
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 5 | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |