已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
完整名稱:Std.Math.ExtendedGreatestCommonDivisorI
function ExtendedGreatestCommonDivisorI(a : Int, b : Int) : (Int, Int)
傳回 Tuple (u,v) 讓 ua+vb=GCD(a,b) 附注:GCD 一律為正數,但 GCD(0,0)=0 除外。
此頁面對您有幫助嗎?