lcm

infix fun Int.lcm(other: Int): Int

Computes the least common multiple (LCM) of two integers.

Return

The LCM of the two integers.

Receiver

The first integer.

Parameters

other

The second integer.