array(Gmp.mpz) gcdext(int|float|Gmp.mpz x)
Compute the greatest common divisor between this mpz object and x . An array ({g,s,t}) is returned where g is the greatest common divisor, and s and t are the coefficients that satisfies
({g,s,t})
g
s
t
this * s + x * t = g
gcdext2 , gcd