powered by
This function calculates the smallest common multiple (least common multiple) of two numbers
scm(x, y)
first number
second number
gcd
# NOT RUN { scm(3528, 3780) # }
Run the code above in your browser using DataLab