Find the least common multiple of two numbers.
The least common multiple is the smallest number both inputs divide into evenly.
LCM = |a × b| ÷ GCF(a,b)