[issue18613] wrong float plus/minus op result
Laurent Fournier added the comment: also with addition ! print (.05+.01) 0.065 -- title: wrong float minus op result -> wrong float plus/minus op result ___ Python tracker <http://bugs.python.org/issu
[issue18613] wrong float minus op result
New submission from Laurent Fournier: Python 3.3.1 (with GCC 4.7.3) on Linux print (.3-.1) 0.18 -- messages: 194050 nosy: Laurent.Fournier priority: normal severity: normal status: open title: wrong float minus op result type: behavior versions: Python 3.3