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