Availability:Arithmetic function (see is/2) 
+IntExpr1 gcd +IntExpr2Result is the greatest common divisor of IntExpr1 and
IntExpr2. The GCD is always a positive integer. If either 
expression evaluates to zero the GCD is the result of the other 
expression.