Delen via


De functie ExtendedGreatestCommonDivisorL

Volledig gekwalificeerde naam: Std.Math.ExtendedGreatestCommonDivisorL

function ExtendedGreatestCommonDivisorL(a : BigInt, b : BigInt) : (BigInt, BigInt)

Samenvatting

Retourneert een tuple (u,v) zodanig dat ua+vb=GCD(a,b) Opmerking: GCD is altijd positief, behalve dat GCD(0,0)=0.