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 rhettinger
Recipients Ananthakrishnan, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, stutzbach, veky, vstinner
Date 2020-01-28.19:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580240817.77.0.693759732006.issue39479@roundup.psfhosted.org>
In-reply-to
Content
-1 Given that we had gcd(), I don't see any value to adding *lcm()* as well. 
 
Once you have gcd(), getting the least common multiple is trivial.

Also, it is rare to ever need a lcm() function.  I don't think I've ever seen it in real code.
History
Date User Action Args
2020-01-28 19:46:57rhettingersetrecipients: + rhettinger, lemburg, mark.dickinson, vstinner, stutzbach, steven.daprano, serhiy.storchaka, veky, Ananthakrishnan
2020-01-28 19:46:57rhettingersetmessageid: <1580240817.77.0.693759732006.issue39479@roundup.psfhosted.org>
2020-01-28 19:46:57rhettingerlinkissue39479 messages
2020-01-28 19:46:57rhettingercreate