[issue39648] Update math.gcd() to accept "n" arguments.

Mark Dickinson report at bugs.python.org
Sun Feb 16 12:13:57 EST 2020


Mark Dickinson <dickinsm at gmail.com> added the comment:

What's slightly more interesting is the return value for a single argument  `a`, where we should be careful to return `abs(a)` rather than simply `a`.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39648>
_______________________________________


More information about the Python-bugs-list mailing list