calc.lcm
Calculate the least common multiple of two integers.
Example
#calc.lcm(96, 13)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
a
The first integer.
b
The second integer.