lcm

Calculates the least common multiple (LCM) of two KBigIntegers. The LCM is the smallest positive integer that is divisible by both numbers.

Return

The least common multiple of a and b, or zero if either input is zero

Parameters

a

The first KBigInteger

b

The second KBigInteger