[issue16912] Wrong float sum w/ 10.14+10.1 and 10.24+10.2

2013-01-10 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- nosy: +mark.dickinson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16912 ___ ___

[issue16912] Wrong float sum w/ 10.14+10.1 and 10.24+10.2

2013-01-09 Thread fenrirsoul
New submission from fenrirsoul: When 10.14+10.1 is typed, it's result is 20.242 and when 10.24+10.2 is typed, it's result is 20.438, i just found these two occurences. -- components: None messages: 179495 nosy: fenrirsoul priority: normal severity: normal

[issue16912] Wrong float sum w/ 10.14+10.1 and 10.24+10.2

2013-01-09 Thread Ezio Melotti
Ezio Melotti added the comment: See http://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +ezio.melotti resolution: - invalid stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue16912] Wrong float sum w/ 10.14+10.1 and 10.24+10.2

2013-01-09 Thread Ezio Melotti
Ezio Melotti added the comment: See also http://docs.python.org/3/faq/design.html#why-are-floating-point-calculations-so-inaccurate -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16912