[issue25378] Roundoff error on OS X

2015-10-11 Thread Michał Jan Warecki
Changes by Michał Jan Warecki : -- components: +Interpreter Core ___ Python tracker <http://bugs.python.org/issue25378> ___ ___ Python-bugs-list mailing list Unsub

[issue25378] Roundoff error on OS X

2015-10-11 Thread Michał Jan Warecki
New submission from Michał Jan Warecki: This should speak for itself: >>> 3*4.35 13.049 >>> The error is reproducible, and applies to all decimal numbers ending with \.[0-9]5, and \.[0-4] as well as \.[6-9], when multiplied by 3. Examples: >>> 3*4.1 1