cramicule is comming !

This commit is contained in:
tTh
2026-06-25 10:09:03 +02:00
parent de43a1810c
commit d7da858380
21 changed files with 66 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ program mkmandel
write(0, *) "-------- making some mandelbrot -------"
allocate(pic(1920, 1080))
allocate(pic(1024, 780))
do angle = 0, 2000
@@ -35,6 +35,7 @@ program mkmandel
! filename = trim(filename)
write(0,*) "passe ", angle, radangle, trim(filename)
! compute the 'perturbation'
stx = radius * (sin(radangle*4.07) + 0.2131*cos(radangle*11.36))
sty = radius * (sin(radangle*6.21) + 0.2725*cos(radangle*10.99))