Difference between revisions of "Manuals/calci/GCD"

From ZCubes Wiki
Jump to navigation Jump to search
Line 65: Line 65:
 
| class="  " | Row2
 
| class="  " | Row2
 
| class="      SelectTD ChangeBGColor SelectTD" |
 
| class="      SelectTD ChangeBGColor SelectTD" |
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
+
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">
 
|
 
|
 
|
 
|

Revision as of 11:47, 18 November 2013

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