Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
a | Integer | The first integer |
b | Integer | The second integer |
Return Value
Returns an Integer representing the greatest common divisor.
Examples
$ Greatest common divisor
| Name | Type | Description |
|---|---|---|
a | Integer | The first integer |
b | Integer | The second integer |
Returns an Integer representing the greatest common divisor.