lcm
Calculate the least common multiple of two integers to find the smallest positive number divisible by both values.
Instructions
Calculate the Least Common Multiple (LCM) of two integers. (Domain: arithmetic, Category: number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |