Mandelbrot rainbow explorer
The Mandelbrot set is the set of complex numbers c for which the iteration zn+1 = zn2 + c, started from z0 = 0, stays bounded. Click anywhere on the canvas to recenter on that complex coordinate, or pick a preset target and let the auto-zoom drive into it. The iteration cap rises with zoom depth so deep boundary structure stays resolved. The double-precision floor sits near width 1e-13, after which pixel coordinates collide.
Re c (center): -0.5000000000
Im c (center): 0.0000000000
view width: 3.500e+0
zoom (3.5/w): 1.00e+0
maxIter: 256
iter at hover: NA
-0.50000000000.00000000003.500e+01.00e+0256NAWHAT TO TRY
- Vary each control and watch the rail readouts respond.
- Compare the diagnostic plot against the live scene.