------ art_58037_26288176.1223418545045
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Greetings all, I think this is generally more a programming question than a
ruby explicit one, however, I am wondering why this code yields 23,
0.999999999999979 instead of 23, 1.
Any help would be great!
i
while i < 0
a 7*i / 50
c + 0.0
b 37*i/50.0 - c ) *50
if b < 1.5 && b > 0.5
puts i
puts b
end
i +1
end
thanks much
Will
------ art_58037_26288176.1223418545045--