8 Jul
2010
8 Jul
'10
6:59 p.m.
Rich, Do you mean which line in the MandAutoCritInZ formula, or do you mean which line in the parsers? The parsers inherently operate at different precisions and when the level of zoom is high enough or the complexity of the calculations is high, there are going to be differences in the images generated. As for the formula, there are a ton of calculations going on. I might get rid of the g and h variables and just do one divide in the initial calculation of z, but I doubt it would make much difference. Jonathan
Yes, the problem here is the difference between using 80-bit reals and 64-bit reals.
Do we know *exactly* why this is the case for this particular parset?
By that, I mean do we know which line of code produces different results?