[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 12.299 >>> 3*4.4

[issue25378] Roundoff error on OS X

2015-10-11 Thread Michał Jan Warecki
Changes by Michał Jan Warecki : -- components: +Interpreter Core ___ Python tracker ___

[issue25378] Roundoff error on OS X

2015-10-11 Thread Ezio Melotti
Ezio Melotti added the comment: See https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +ezio.melotti resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker