returns the LCM of two numbers
p = the_lcm(m,n)
integer
the_lcm(m,n)returns the lowest common multiple of m and n.
the_lcm(m,n)
m
n
the_lcm(25,30) the_lcm(-25,30) the_lcm(123,35)