[issue25762] Calculation Mistake 1.5 * 0.3

2015-11-29 Thread Ethan Furman
Ethan Furman added the comment: Floating point calculations are not exact. https://docs.python.org/3/tutorial/floatingpoint.html https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html -- nosy: +ethan.furman resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue25762] Calculation Mistake 1.5 * 0.3

2015-11-29 Thread Yunus Emre Kursav
New submission from Yunus Emre Kursav: Dear Authorized Person, When I was using python, I found a bug. When I multiplied 1.5 time 0.3, I got 0.44996 as a result. Best Regards, Yunus -- files: Screenshot from 2015-11-29 17-39-20.png messages: 255579 nosy: zeneregion priorit