sympy_lcm
Calculate the least common multiple of two integers to find the smallest positive integer divisible by both.
Instructions
Least common multiple.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Integer | |
| b | Yes | Integer |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |