it> @iterative
mandelbrot.txt
mb equations

f(x) = x2 + c
zn+1 = zn^2 +c
z = r*(sin(theta)cos(phi) + i cos(theta) + j sin(theta)sin(phi)

remember to check max iterations
-o

Pro tip: 5 unique, non-code iterations exist
|
iterative:~/info >