Compute Bezoult Coefficient
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, character string, or of class |
a class "bigz"
vector of length 3 with (long integer) values
g, s, t.
Antoine Lucas
The GNU MP Library, see https://gmplib.org
gcdex(342,654)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.