10 Mar
2004
10 Mar
'04
8:08 p.m.
On Wed, 10 Mar 2004, SherLok Merfy wrote:
If one equation escapes, then you color it red by waiting three times the number of iterations. If the other escapes, then you wait three times the number of iterations plus one to colour it blue. For both, the loop would wait for 3*iterations+2 to color it green.
That's not to three times as many iterations above your current iteration, but to the iteration that is three times the current iteration's value, so I would start by keeping track of it and skipping the iteration steps if either equation yields an escape and actually escaping only if "escape" is neither zero nor equal to "iter".