LcmBigIntExtension extension
Methods
-
lcm(BigInt other)
→ BigInt
-
Available on BigInt,
provided by the LcmBigIntExtension extension
Returns the least common multiple (LCM) of this BigInt and other
. This
is the smallest positive integer that is divisible by both numbers.