Return the greatest common divisor of a and b. If both a and b are 0 or either or both are <0 then behavior is undefined.
See Implementation
Return the greatest common divisor of a and b. If both a and b are 0 or either or both are <0 then behavior is undefined.