Iterations - Skip:
Visible:
Darkness:
Window - C: (
,
) x: (
,
)
Quadratic (x^2 + C)
Logistic (C * x * (1-x))
Cubic (C * x * (1 - x^2 /3))
Quartic (C * x^2 * (2 - x^2))
Sine (C * sin(x))
Cosine (C * cos(x))
Exponential (C * x * e^x)
Tent (C * (.5-abs(x-.5)))
Reset view
Redraw
Zoom out