lcm

emlib.mathlib.lcm(*numbers)[source]

Least common multiplier between a seq. of numbers

Return type:

int

Example

>>> lcm(3, 4, 6)
12