lcm(num1,num2)
Description
lcm() takes two numbers as parameters and returns the lowest common multiple of them
Parameters
lcm() takes two numbers as parameters
Usage
log lcm(5,2)
// 10
Last updated
Was this helpful?
lcm() takes two numbers as parameters and returns the lowest common multiple of them
lcm() takes two numbers as parameters
log lcm(5,2)
// 10
Last updated
Was this helpful?