[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TS 5.0 Numerical Precision?



PureBytes Links

Trading Reference Links

Geez, Jim asks a very reasonable question and gets a condescending
lecture on software design and the meaning of life. Let's try again.

var: x(0);
x = 1.000000000015 - 1.000000000010;
if x = .000000000005 then plot1(x,"pass") else plot2(x,"fail");

-- 
   Dennis