Calculate LCM
$num1
$num2
This function computes the least common multiple (lcm) of num1 and num2.
num1
num2
A GMP object, an int or a numeric string.
A GMP object.