Here is the result I got from tweaking the slow down:
_________
z = (pow(z, 1.3) - (1.0 / (log(z) + 0.11))) + 0.42457;
double slow = 1.25 + (i / 60.0);
z /= slow;
_________
i is the integer iteration starting at 1 and going to 103. The escape condition is:
if (z.real() * z.real() + z.imag() * z.imag() > 50.0)
Pretty interesting structures in here!
https://plus.google.com/101799841244447089430/posts/BRR7sA78jJM
__
#Fractal #Space #Math #Art #Trigonometry #Julia #Iteration
_________
z = (pow(z, 1.3) - (1.0 / (log(z) + 0.11))) + 0.42457;
double slow = 1.25 + (i / 60.0);
z /= slow;
_________
i is the integer iteration starting at 1 and going to 103. The escape condition is:
if (z.real() * z.real() + z.imag() * z.imag() > 50.0)
Pretty interesting structures in here!
https://plus.google.com/101799841244447089430/posts/BRR7sA78jJM
__
#Fractal #Space #Math #Art #Trigonometry #Julia #Iteration

Rotate this 90° clockwise and you have a surprised face.Sep 21, 2017
Chris “M” ThomassonOwner+Hendrik Boom
Big time! For some reason, I did not really notice that aspect Hendrik. Thank you. The look about the face seems surprised in a way that seems like "it" caught somebody observing its nature. ;^)Sep 22, 2017