BioloMICS logo
×
BioloMICS menu

GCD

 
Category: Mathematical Function.
 
Description: Returns the greatest common divisor of two or more integers.
 
The greatest common divisor is the largest integer that divides both number1 and number2 without a remainder.
 
Syntax: GCD(number1, [number2], ...)
 
The GCD function syntax has the following arguments:
 
Number1, number2, ...: number1 is required, subsequent numbers are optional. 1 to 255 values. If any value is not an integer, it is truncated.