lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
this programe is uncorrect
From
: zhujun <nj_zhujun@
...
>
Date
: Thu, 3 Jul 2014 21:53:23 +0800 (CST)
x=0
total=10000000
for i=1 , total do
x=x+0.01
end
y=0.01*total
print(x)
print(y)
print(x==y)
Follow-Ups
:
Re: this programe is uncorrect
,
steve donovan
Re: this programe is uncorrect
,
Javier Guerra Giraldez
Prev by Date:
Re: Predefined labels (Inspired by discussion on: Why do we have ipairs?)
Next by Date:
Re: this programe is uncorrect
Previous by thread:
Imagemagick library for Lua5.2?
Next by thread:
Re: this programe is uncorrect
Index(es):
Date
Thread