Reference: lcm
lcm(m, n) returns the least common multiple of the integers m and n, that is the smallest number divisible by both m and n. Example: lcm(12, 64) = 192.
lcm(m, n) returns the least common multiple of the integers m and n, that is the smallest number divisible by both m and n. Example: lcm(12, 64) = 192.