Función ExtendedGreatestCommonDivisorI
Nombre completo: Std.Math.ExtendedGreatestCommonDivisorI
function ExtendedGreatestCommonDivisorI(a : Int, b : Int) : (Int, Int)
Resumen
Devuelve una tupla (u,v) de modo que ua+vb=GCD(a,b) Nota: GCD siempre es positivo, excepto que GCD(0,0)=0.