Previous Up Next

5.6.5  The least common multiple: lcm

lcm returns the least common multiple of two integers (or of two polynomials, see also 5.30.10).
Input:

lcm(18,15)

Output:

90

Previous Up Next