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

RE: EasyLang bug?



PureBytes Links

Trading Reference Links



On Tue, 30 May 2000, Mark Jurik wrote:

> The Divide by Zero error in TS can be caused by an overflow, 
> whereby the numerator is very large and the denominator 
> is very small (it does not have to be zero).

Does this actually generate a divide by 0 err, instead of an overflow
error? I've seen both, on occasion, and TS4 does not seem to recover
gracefully from overflows.

> A more robust test would be:
> 
> if absvalue(x) > 0.000001 then ......

I'll try it and see what happens.

Thanks,

Larry