Exponent

This parameter sets the exponent for the Mandelbrot set, in order to support cubic, quartic, and other higher-exponent variants. Instead of the classic equation:

Z = Z2 + C

in which the exponent of Z is a constant, the exponent becomes a variable, so that the equation is:

Z = ZN + C

where N is a positive integer from 2 to 13. Higher exponents give the Mandelbrot more "bulbs"; the number of bulbs equals the exponent minus one. To change the exponent, edit its value in the Parameters bar. Note that higher exponents take longer to render, due to the increased number of computations.