An_Awkward_Midget { ; Fractal of the day, 26-12-98 ; 70min on a 486-100mhz, 640x480 reset=1960 type=formula formulaname=MandelbrotMix7a center-mag=-1.3398/0.738997/23.80952/1/80 params=1/-0.7/-0.996/-0.705/150/0 float=y maxiter=12000 bailout=25 inside=0 logmap=8 symmetry=xaxis periodicity=10 colors=000bRX<11>dOTaSW<19>kFMkELlFM\ <101>A58A5888D<2>2DS<100>pi6pi6pk5<8>paB } frm:MandelbrotMix7a {; Jim Muth ; "a" suffix added by L.StClair 9/1/99 ; to differentiate this version from the one previously posted a=real(p1), b=imag(p1), d=real(p2), f=imag(p2), g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j, k=real(p3)+1, l=imag(p3)+100, c=pixel: z=k*((a*(z^b))+(d*(z^f)))+c, |z| <= l }