PureBytes Links
Trading Reference Links
|
Orphelin@xxxxxxx responds:
> >>
> Can you tell us if TS 5.0 is limited to single-precision calculations,
> or does it have the option of using double precision?
>
> Jim
> <<
>I have no information on this topic.
>
>Maybe you could propose a simple EL test code that I could check (I'll run
>it here), although the best solution was to directly ask Omega.
Well, off the top of my head:
X = 1.000000000010;
Y = 1.000000000015;
Z = 1 / (X - Y);
plot1(Z, "test");
If you get a divide-by-zero error, it's not double precision.
Rather than interrupt Omega, who must be working diligently improving
our products <g>, it seems much more practical to run this simple test
on the actual product, and give such an enthusiastic proponent as Pierre
an opportunity to demonstrate its strengths.
Jim
|