lcm
ABSTRACT
Calculates the least common multiple between two integers
PARAMETERS
n | the first integer |
m | the second integer |
RETURN
the least common multiple of the two provided integers
DECLARATION
func lcm(n, m)
Calculates the least common multiple between two integers
n | the first integer |
m | the second integer |
the least common multiple of the two provided integers
func lcm(n, m)