[New-bugs-announce] [issue23044] incorrect addition of floating point numbers

Bart Grzybicki report at bugs.python.org
Sat Dec 13 03:34:21 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue23044>
_______________________________________


More information about the New-bugs-announce mailing list