[issue31707] Irrational fractions

Serhiy Storchaka report at bugs.python.org
Fri Oct 6 02:31:14 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Concur with Raymond.

Even multiplication doesn't work for irrational numerator and denominator, since gcd() is not applicable to them.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31707>
_______________________________________


More information about the Python-bugs-list mailing list