19 Jul
2010
19 Jul
'10
5:50 p.m.
Rich, Yes, that is correct. This would fix the formula and probably break any images previously generated with it. Jonathan
So for this particular formula, since it uses LastSqr (of a variable that isn't z) for its bailout, to be compatible with periodicity checking it needs to have the variables renamed so that the bailout condition uses LastSqr of z and not this other variable.
Is that right?