[New-bugs-announce] [issue39479] can we add a lcm and gcd function.
Ananthakrishnan A S
report at bugs.python.org
Tue Jan 28 08:52:43 EST 2020
New submission from Ananthakrishnan A S <ananthakrishnan15.2001 at gmail.com>:
can we add an lcm and gcd function that can work as:
lcm(4,6) # returns 12
gcd(4,6) # returns 2
----------
components: Library (Lib)
messages: 360875
nosy: Ananthakrishnan A S
priority: normal
severity: normal
status: open
title: can we add a lcm and gcd function.
type: enhancement
versions: Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39479>
_______________________________________
More information about the New-bugs-announce
mailing list