14 Apr
2007
14 Apr
'07
5:30 p.m.
Tim,
I think what is happening is that Fractint is converting the coordinates to ap math because of the nearness to the fp math limit. Then, swapping back to fp math introduces an error. I'll have to look at this closely.
Do you recall what ratio_bad() and the calls to it are doing in fracsubr.c? It seems to be at the root of the problem. Using debugflag=3400 also fixes the problem. Jonathan