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,b |
Either integer, numeric or string value
(String value: ither starting with 0x for hexadecimal, 0b for
binary or without prefix for decimal values.)
Or an element of class bigz. |
3 values:
g,s,t |
Elements of class bigz |
Antoine Lucas
Gnu MP Library see http://swox.com/gmp
gcdex(342,654)