[issue27708] Roudning/Large Int representation error with multiplication and division

Ethan Glass report at bugs.python.org
Tue Aug 9 23:40:37 EDT 2016


Ethan Glass added the comment:

As I said in a previous post, the numbers used are not stored. I ran the algorithm again in the shell with the following result.
>>>43328029062024980302163323673775445496132394617695779999836837704406332963931535527253995277986388432*8

346624232496199842417306589390203563969059156941566239998694701635250663711452284218031962223891107456
>>>346624232496199842417306589390203563969059156941566239998694701635250663711452284218031962223891107456/8

4.332802906202498e+100

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27708>
_______________________________________


More information about the Python-bugs-list mailing list