sympy_gcd
Compute the greatest common divisor of two integers. Provide the integer values to obtain their GCD.
Instructions
Greatest common divisor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Integer | |
| b | Yes | Integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |