col#01 { global: ;Ronnie Jay init: z=5 a=z b=a+z^2 float nearest=1e20 loop: float d = |#z^imag(((@Method(z)))/a)| float d=|#z^(@Method(z/b))| if d < nearest nearest= d endif if d >=nearest nearest=d+2 endif final: #index = 0.021 * #numiter + 0.21 + nearest default: title = "col#01 " func @Method caption="Method" default=sqrt() endfunc heading caption="Change Method" endheading }