lcm

ABSTRACT

Calculates the least common multiple between two integers

PARAMETERS
nthe first integer
mthe second integer
RETURN

the least common multiple of the two provided integers

DECLARATION
func lcm(n, m)