gcdCoefficients
gcdCoefficients(a,b)
-- returns (r,s) so that a r + b s is the greatest common divisor of the integers a and b.
Go to
main index
.
Go to
concepts index
.