MarksBug { ; Attempt at speeding up Mark's Mandel with flexibility. ; Methinks that the similarity between manzpower and ; Mark's Mandel is the error, but the hard-coded formula ; does seem to allow for larger exponents before it ; decays. Maybe it's z(n+1)=c^(ex-1)*z(n) +c z=fn1(pixel), c=fn2(pixel), a=c^real(P1)-1: z=a*sqr(z) +c, LastSqr<= imag(P1) } default { ; Not even close, but I'm pretty sure that ; is what the documentation says (without functions ; or the realization that part of the documentation's ; results are constant per iteration). reset=2003 type=formula formulafile=marks.par formulaname=MarksMandel function=ident/ident params=7/4 maxiter=255 inside=0 } MarksHand { ; This might be kinda nifty. reset=2003 type=formula formulafile=marks.par formulaname=marksmandel function=ident/ident center-mag=-3.486/3.66155/0.1051468/1.1186 params=7/4 float=y maxiter=255 inside=0 outside=atan invert=1.13584734211722/0.5/0.7 periodicity=0 colors=@altern.map } Heart { ; Some habits are hard to break. ; I would finish the set, but I've worked ; hard to establish this account, and something's ; very wrong with my ISP's response time. reset=2003 type=formula formulafile=marks.par formulaname=marksmandel function=conj/ident center-mag=0.22319/0/1.01533/1.1992/90/0 params=7/4 float=y maxiter=255 inside=0 outside=atan invert=0.5/0.25/0 colors=@altern.map }