lcm
Find the smallest positive integer divisible by two given integers. Use this to solve fraction operations, scheduling, or modular problems.
Instructions
Calculate the least common multiple of two integers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |