[issue39479] [RFE] Add math.lcm() function: Least Common Multiple

Serhiy Storchaka report at bugs.python.org
Tue Jan 28 10:06:26 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

reduce(gcd, [a, b, c, d, e])

----------

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


More information about the Python-bugs-list mailing list