LCM (Least Common Multiple)

Find the least common multiple of two integers: LCM(a, b) = |a·b| / GCD(a, b).