Imgflip Logo Icon

Žn + 1 = Z²ň+ c

Žn + 1 = Z²ň+ c | made w/ Imgflip meme maker
54 views 4 upvotes Made by mewoskulls 18 hours ago in MS_memer_group
7 Comments
1 up, 18h
I fear 3d fractals…
2d like mandelbrot is fine, but mandelbox scares me
1 up, 18h,
1 reply
i can't downward exponents or whatever for shits sake
1 up, 10h
Subscript.
1 up, 18h
croatia
1 up, 18h,
1 reply
user_mewoskukulls, aberrant behavior has been detected. Do you require assistance, a fun fact, or encouragement?
1 up, 17h
z = complex(0, 0)
c = complex(x_coordinate, y_coordinate)
max_iterations = 1000
for i in range(max_iterations):
z = complex(abs(z.real), abs(z.imag))**2 + c
if abs(z) > 2:
break
0 ups, 18h
Interesting.
Created with the Imgflip Meme Generator