Kaydet (Commit) 7ea82253 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Add one other review comment.

üst 921cb5d3
...@@ -14,7 +14,7 @@ __all__ = ["Rational"] ...@@ -14,7 +14,7 @@ __all__ = ["Rational"]
RationalAbc = numbers.Rational RationalAbc = numbers.Rational
def _gcd(a, b): def _gcd(a, b): # XXX This is a useful function. Consider making it public.
"""Calculate the Greatest Common Divisor. """Calculate the Greatest Common Divisor.
Unless b==0, the result will have the same sign as b (so that when Unless b==0, the result will have the same sign as b (so that when
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment