Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.