King’s Dream Fractal
This script draws the fractal defined by iterating the x,y values through the following function
x = sin(a*x) + b*sin(a*y)
y = sin(c*x) + d*sin(c*y)
with constants of
a = 2.879879
b = -0.765145
c = -0.966918
d = 0.744728
and initial values of x=2, y=0
At each point x,y the screen color is retrieved and increased The script uses the kandinsky and math libraries. Tested on the calculator using software version 23.2.6.