lcm(x, y)This computes the least common multiple of two Python objects.
|
If one of the arguments is a Macaulay2 object, then it is first converted to a Python object.
|
|
Since lcm is a binary method, it will accept any number of arguments.
|
|
The source of this document is in Python/doc/number-theory.m2:124:0.