22.800000 and a 1 on the end!!??

notnorwegian at yahoo.se notnorwegian at yahoo.se
Sun May 25 15:58:47 EDT 2008


>>> x = 5
>>> x /= 2
>>> x
2
>>> x *=11.4
>>> x
22.800000000000001

ok where does the 1 in the come from?



More information about the Python-list mailing list