Manuals/calci/GCD

From ZCubes Wiki
Revision as of 11:47, 18 November 2013 by Jayaram (talk | contribs)
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