[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: why 0.1+0.2-0.3~=0
- From: Karol Bielecki <karol.bielecki@...>
- Date: Tue, 13 Mar 2012 09:37:23 +0100
in my program and on the website http://www.lua.org/cgi-bin/demo
tmp=0.1+0.2-0.3
print(tmp)
gives
5.5511151231258e-17