[issue23044] incorrect addition of floating point numbers

2014-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Welcome to base 2. https://docs.python.org/2/tutorial/floatingpoint.html -- nosy: +benjamin.peterson resolution: -> not a bug status: open -> closed ___ Python tracker

[issue23044] incorrect addition of floating point numbers

2014-12-12 Thread Bart Grzybicki
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.270001 >>> 115.26 + 2.02 117.28 >>> 115.27 + 2.01 117.28 >>> -- messages: 232586 n