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 /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Python/doc/number-theory.m2:88:0.