[issue8049] Wrong calculation result

2010-03-03 Thread dawton
dawton added the comment: thanks a lot! *d. __ > Od: "Eric Smith" > Komu: daw...@centrum.cz > Datum: 03.03.2010 10:32 > Předmět: [issue8049] Wrong calculation result > >Eric Smith added the

[issue8049] Wrong calculation result

2010-03-03 Thread Eric Smith
Eric Smith added the comment: Please read http://docs.python.org/tutorial/floatingpoint.html -- nosy: +eric.smith resolution: -> invalid status: open -> closed ___ Python tracker __

[issue8049] Wrong calculation result

2010-03-03 Thread dawton
New submission from dawton : I'm using Python 2.3 and today I found out, that Python gives following result: >>> 2.05*60 122.99 while >>> 2.05*10*6 123.0 Is there some explanation or is it a bug? Thanks for answer! -- messages: 100335 nosy: dawton severity: normal status: o