You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
50: Correct documentation for gcd r=cuviper a=ciphergoth
`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)
Co-authored-by: Paul Crowley <[email protected]>
0 commit comments