|
You can disable underflow errors by evaluating
Processor activeProcess fpeMask: 3
assuming that the original value of the floating-point error mask was 1
(_EM_UNDERFLOW = 2, so the desired value is 1 + 2). Check the CRTConstants pool
dictionary for other types of floating point errors that may be disabled.
I was helped with this problem a long time ago, so search the archives for the
old Dolphin newsgroup if you want more information. Look for the thread titled
"The New Math" that occurred August 18-19, 1999.
Cheers,
-- Aaron Wieland
|