New submission from dawton <daw...@centrum.cz>:

I'm using Python 2.3 and today I found out, that Python gives following result:
>>> 2.05*60
122.99999999999999

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: open
title: Wrong calculation result
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8049>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to