Hi all,
In some coloring algorithm there is a loop, (for instance in the Gaussian integer algorithm)
loop:
iter=iter+1
temp2=#z
......
final:
I want to know when this part is executed.
Is it added at the loop of the formula, for instance Mandelbrot formula?
Thank you
Hi all,
In some coloring algorithm there is a loop, (for instance in the Gaussian integer algorithm)
loop:
iter=iter+1
temp2=#z
......
final:
I want to know when this part is executed.
Is it added at the loop of the formula, for instance Mandelbrot formula?
Thank you