[issue14389] Mishandling of large numbers

Practicing Zazen report at bugs.python.org
Thu Mar 22 16:37:16 CET 2012


New submission from Practicing Zazen <itisgenerallyagreed at gmail.com>:

Please let me know if this is accepted behavior or not.

>>> 99999*99999999999
9999899999900001
>>> 99999*99999999999+0.1
9999899999900000.0
>>> 99999*99999999999+1
9999899999900002

----------
messages: 156576
nosy: Practicing.Zazen
priority: normal
severity: normal
status: open
title: Mishandling of large numbers

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


More information about the Python-bugs-list mailing list