This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ananthakrishnan
Recipients Ananthakrishnan
Date 2020-01-28.13:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580219563.58.0.839733743791.issue39479@roundup.psfhosted.org>
In-reply-to
Content
can we add an lcm and gcd function that can work as:

lcm(4,6) # returns 12

gcd(4,6) # returns 2
History
Date User Action Args
2020-01-28 13:52:43Ananthakrishnansetrecipients: + Ananthakrishnan
2020-01-28 13:52:43Ananthakrishnansetmessageid: <1580219563.58.0.839733743791.issue39479@roundup.psfhosted.org>
2020-01-28 13:52:43Ananthakrishnanlinkissue39479 messages
2020-01-28 13:52:43Ananthakrishnancreate