R/gcd.R
lcm.Rd
Calculates the least common multiple of two positive integers.
lcm(a, b)
Positive integer.
gcd()
lcm(45, 18) #> [1] 90