Continuous Dwell
Robert P. Munafo, 2008 Mar 17.
A method of calculating dwell that gives a continuous value, i.e. a value that varies smoothly rather than jumping from one integer to another. This allows for more variety in coloring algorithms.
The simplest method is to choose a large escape radius, then perform the ordinary iteration algorithm. Let Zn be the value of the iterate that exceeds the escape radius. The normal dwell value would be n (as shown in the pseudo-code in the escape-iterations article). The "continuous dwell" value is given by
D = n + log2(log2(|Zn|)) - log2(log2(EscapeRadius))
From the Mandelbrot Set Glossary and Encyclopedia, by Robert Munafo, (c) 1987-2012. Mu-ency index
Robert Munafo's home pages on HostMDS © 1996-2012 Robert P. Munafo. about contact
Google+
mrob27
@mrob_27
This work is licensed under a Creative Commons Attribution 2.5
License. Details here
s.13