integer, integer
Source: /avail/Avail/Foundation/Math
Categories: Mathematics, Integers
Find the least common multiple of two numbers using Euclid's theorem.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | input1 | integer | the first number of the pair to check. | |
| 2 | input2 | integer | the second number of the pair to check. | |
| Returns | integer | least common multiple of the numbers. | ||