New submission from Practicing Zazen <itisgenerallyagr...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14389>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to