Method Gmp.mpz()->gcdext2()
- Method gcdext2
- Description
Compute the greatest common divisor between this mpz object and x. An array
({g,s})is returned wheregis the greatest common divisor, andsis a coefficient that satisfiesthis * s + x * t = g
where
tis some integer value.- See also