GreatestCommonDivisorL function

Fully qualified name: Std.Math.GreatestCommonDivisorL

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

Summary

Computes the greatest common divisor of two integers. Note: GCD is always positive except that GCD(0,0)=0.