gcd_lcm
Compute the greatest common divisor and least common multiple for two or more integers, such as [12, 18, 24].
Instructions
Return the greatest common divisor and least common multiple.
Accepts two or more integers, e.g. [12, 18, 24].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||