New submission from Bart Grzybicki:

Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 115.26 + 2.01
117.27000000000001
>>> 115.26 + 2.02
117.28
>>> 115.27 + 2.01
117.28
>>>

----------
messages: 232586
nosy: bartgee
priority: normal
severity: normal
status: open
title: incorrect addition of floating point numbers
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to