F64_LCM()
Syntax
pointer.double = F64_LCM(n1.double, n2.double [, result.double])
Description
Calculates the LCM (the Least Common Multiple) of n1 and n2. The result is stored in n1 or, if the optional parameter is given, in result.