EuclidExtended |
| Name | Description | |
|---|---|---|
| ExtendedGreatestCommonDivisor(BigInteger, BigInteger, BigInteger, BigInteger) | Computes the extended greatest common divisor, such that a*x + b*y = gcd(a,b). | |
| ExtendedGreatestCommonDivisor(Int64, Int64, Int64, Int64) | Computes the extended greatest common divisor, such that a*x + b*y = gcd(a,b). |