hi all:

As we know ,  1.1 * 1.1 is 1.21 . 
But in python ,I got following :

>>> 1.1 * 1.1
1.2100000000000002

why python get wrong result? Who can tell me  where's the 0.0000000000000002 
from?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to