gcd
Calculate the greatest common divisor of two integers to simplify fractions or solve divisibility problems.
Instructions
Calculate the greatest common divisor of two integers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |