Description
Returns the Greatest common divisor of two numbers. Also known as Greatest Common Factor (GCF), or Highest Common Factor (HCF).
Signature
GCD('num1', 'num2')
Example
GCD(12,18) Returns 6
Parameters
Name | Type | Description | Required |
---|---|---|---|
num1 | xxxx | xxxx | xxxx |
num2 | xxxx | xxxx | xxxx |