GreatestCommonDivisorI function
Fully qualified name: Std.Math.GreatestCommonDivisorI
function GreatestCommonDivisorI(a : Int, b : Int) : Int
Summary
Computes the greatest common divisor of two integers. Note: GCD is always positive except that GCD(0,0)=0.