calculating the smallest common multiple of two numbers
scm(x, y)
x
first number
y
second number #'
numeric least common multiple
scm(3528, 3780)