Rdocumentation
powered by
Learn R Programming
gmp (version 0.2-2)
gcdex: Compute Bezoult coefficient
Description
Compute g,s,t as $as + bt = g = gcd(a,b)$. s and t are also known as Bezoult coefficients.
Usage
gcdex(a, b)
Arguments
a
An integer, numeric, string or bigz
b
An integer, numeric, string or bigz
Value
g
Integer
s
Integer
t
Integer
References
Gnu MP Library see
http://swox.com/gmp
,
Home page:
http://mulcyber.toulouse.inra.fr/projects/gmp/
[object Object]
gcd.bigz
gcdex(342,654)
arith