gcdex {gmp} | R Documentation |
Compute g,s,t as as + bt = g = gcd(a,b). s and t are also known as Bezoult coefficients.
gcdex(a, b)
a |
Integer or string from an integer |
b |
Integer or string from an integer |
g |
Integer |
s |
Integer |
t |
Integer |
Antoine Lucas
Gnu MP Library see http://swox.com/gmp
gcdex(342,654)