Serhiy Storchaka <[email protected]> added the comment:
If a < b, what is better,
a // gcd(a, b) * b
or
b // gcd(a, b) * a
? Or there is no difference?
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39479>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
