Find the least common multiple of two integers: LCM(a, b) = |a·b| / GCD(a, b).
Remix "LCM (Least Common Multiple)" into your own editable copy — tweak it, share it, make it yours.