kmcallister / azurescens

Renders interactive fractal-like animations
Apache License 2.0
18 stars 1 forks source link

Add complex logarithm to feedback calculation #2

Open kmcallister opened 7 years ago

kmcallister commented 7 years ago

An equation that has worked very well in the past:

z' = a*log(z)*c + (1-a)*(z2+c)

where c is a complex parameter (as today) and a is a real parameter between 0 and 1.