gcd
Compute the greatest common divisor of two integers.
Instructions
Compute the greatest common divisor of two integers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First integer. | |
| b | Yes | Second integer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |