The Mandelbrot Set is one of the most famous "fractals" in mathematics. A fractal is a shape that is self-similar, meaning if you zoom in, you will find smaller versions of the same shape hidden inside, forever. It is created using a simple repeating formula: ➣ z= z^2 + c c represents a point on the screen ➣ The calculation is repeated ➣ If the number stays small, the point is colored black ➣ If the number "escapes" and becomes huge, we color it based on how fast it escaped.
Based on the discovery by Benoît Mandelbrot. Thumbnail savecode: -0.5733333333333334|-0.5602083333333334|24000 You can share your savecode in the comments.