lcm
Compute the least common multiple of two integers for fraction simplification or number theory problems.
Instructions
Compute the least common multiple 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 |