31 Jul
2010
31 Jul
'10
8:26 p.m.
Rich, The problem appears to be that matherr() is not implemented for Xfractint. Unfortunately, although using matherr() is supported by glibc, it is now obsolete. I've tried to get it running, but have had no luck so far. The DOS version must be catching the math errors, setting the result to a default value, and then continuing with the calculation. This removes the nan's and inf's I'm seeing in Xfractint and allows the calculation to continue until the bailout value is reached. Jonathan