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 serhiy.storchaka
Recipients Ananthakrishnan, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, stutzbach, tim.peters, veky, vstinner
Date 2020-01-30.10:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580380883.97.0.329399847887.issue39479@roundup.psfhosted.org>
In-reply-to
Content
If a < b, what is better,

    a // gcd(a, b) * b

or

    b // gcd(a, b) * a

? Or there is no difference?
History
Date User Action Args
2020-01-30 10:41:24serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, tim.peters, rhettinger, mark.dickinson, vstinner, stutzbach, steven.daprano, veky, Ananthakrishnan
2020-01-30 10:41:23serhiy.storchakasetmessageid: <1580380883.97.0.329399847887.issue39479@roundup.psfhosted.org>
2020-01-30 10:41:23serhiy.storchakalinkissue39479 messages
2020-01-30 10:41:23serhiy.storchakacreate