Closed ciphergoth closed 2 years ago
gcd asserts that the result is "always positive", but the result is (correctly) zero if both parameters are zero, so replace "positive" with "non-negative".
gcd
(Zero is correct here because 0Z + 0Z = 0Z where Z is the integers)
Thanks!
bors r+
Build succeeded:
gcd
asserts that the result is "always positive", but the result is (correctly) zero if both parameters are zero, so replace "positive" with "non-negative".(Zero is correct here because 0Z + 0Z = 0Z where Z is the integers)