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 <[email protected]>
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: <[email protected]>
2020-01-30 10:41:23serhiy.storchakalinkissue39479 messages
2020-01-30 10:41:23serhiy.storchakacreate