infix gcd
Documentation for infix gcd
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix gcd
multi sub infix:<gcd>(, --> Int)
Coerces both arguments to Int and returns the greatest common divisor. If one of its arguments is 0, the other is returned (when both arguments are 0, the operator returns 0).