PureBytes Links
Trading Reference Links
|
fails in my 5.0
Miles Dunbar
-----Original Message-----
From: Dennis Holverstott [SMTP:dennis@xxxxxxxxxx]
Sent: Tuesday, September 22, 1998 9:27 AM
To: Omega List
Subject: Re: TS 5.0 Numerical Precision?
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
|