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

Dennis Sweeney report at bugs.python.org
Sun Feb 16 15:06:36 EST 2020


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

Correction: gcd(itertools.chain(iterables)) == gcd(*map(gcd, iterables))

----------

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


More information about the Python-bugs-list mailing list