Hi, this is the final part of yesterday`s submission.
 
I noticed that the text was corrupted when I received the confirmation
from the fractint mailman, "3d" follows each "=". and "=20" at the end
of each line. PLease tell me if the message was corrupted on receipt of the digest.
If so, what can I do about it? I use Outlook Express, Mime Version 1.0.
Rich text (HTML).
 
Fractal Greetings,
Al.
 
 
--------------------------start--pars-----------------------------------------------------------------------------
multi220a          { ; Upandaway
                     ; Albrecht Niekamp feb,03
                     ;  Version 2002 Patchlevel 4
  reset=2002 type=formula formulafile=multi5.frm
  formulaname=Multifrac_220a function=exp/exp passes=t
  center-mag=0.237659/0/0.6666667/1/-90/3.88578058618804789e-016
  params=1024/4094/256/512/0.25/0 float=y maxiter=2048 inside=maxiter
  outside=tdis logmap=6 periodicity=0
  colors=2000FK<15>0bo0cq0es<2>0jy0kz0jy<24>09C08A068<2>022000211<24>oiQqj\
  RslS<3>zsX<25>CB7A96875<3>000400<23>o00q00s00<3>z00<25>C00A00800<3>000<2\
  5>iiijjjlll<3>sss<25>BBB999777<2>222000012<7>0DI
  }
 
multi224           { ; Julia Inside Julmandmix
                     ; Albrecht Niekamp feb,03
                     ;  Version 2002 Patchlevel 4
  reset=2002 type=formula formulafile=multi5.frm
  formulaname=Multifrac_224 function=exp/exp passes=t
  center-mag=0/0/0.6666667 params=1024/4094/512/128/1/0.35 float=y
  maxiter=2048 inside=maxiter outside=tdis periodicity=0
  colors=200FFF<16>iiijjjlll<3>sss<25>BBB999777<2>222000012<24>0bo0cq0es<2\
  >0jy0kz0jy<24>09C08A068<2>022000211<24>oiQqjRslS<3>zsX<25>CB7A96875<3>00\
  0400<23>o00q00s00<3>z00<25>C00A00800<3>000<7>EEE
  }
 
multi228           { ; Exp_Julia Inside Exp_Mandel
                     ; Albrecht Niekamp feb,03
                     ;  Version 2002 Patchlevel 4
  reset=2002 type=formula formulafile=multi5.frm
  formulaname=multifrac_228 function=sin passes=t
  center-mag=+0.39608993157380220/-0.83683232220897840/253.449/1.0522
  params=1024/4094/512/256/1/0.25 float=y maxiter=2048 inside=maxiter
  outside=tdis periodicity=0
  colors=2000Sa<6>0bo0cq0es<3>0kz<25>09C08A068<2>022000211<22>keOmgPoiQqjR\
  slSunT<2>zsX<25>CB7A96875<3>000400<23>o00q00s00<3>z00<25>C00A00800<3>000\
  <23>eeegggiiijjjlllnnn<2>sss<25>BBB999777<2>222000012<16>0R_
  }
--------------------------------------start--frm----------------------------------------------------------------------------------
 
FRM:Multifrac_220a {;Albrecht Niekamp Feb,03
fac=real(p1)
bailout=imag(p1)
border=real(p2)
out=imag(p2)
z=0
t=0
start=1
c=pixel
x=0
:
If (x)
  z=z^(z/u)+c
else
  z=z^z+c
endif
if (start)
 t=t+1
 if (|z|>=border)
  u=2*(fn1(t/fac))
  z=pixel
  start=0
  x=1
 endif
 if (t>out)
  u=2*(fn2(t/fac))
  z=z/u
  c=p3/u
  start=0
 endif
endif
|z|<=bailout
}
FRM:Multifrac_224 {;Albrecht Niekamp Feb,03
fac=real(p1)
bailout=imag(p1)
out=real(p2)
border=imag(p2)
z=pixel
t=0
x=0
start=1
c=p3
:
if (x)
 z=z^(z*u)+c
else
 z=z^z+c
endif
if (start)
 t=t+1
 if (t>out)
   u=2*(fn1(t/fac))
   z=z/u
   c=p3*u
   start=0
  endif
 if (|z|>=border)  
 u=2*(fn2(t/fac))
   z=z/u
   c=pixel
   x=1
   start=0
  endif
endif
|z|<=bailout
}
FRM:Multifrac_228 {;Albrecht Niekamp Feb,03
fac=real(p1)
bailout=imag(p1)
out=real(p2)
border=imag(p2)
z=pixel
t=0
start=1
c=p3
:
if (start)
z=(z+real(c))^(z+imag(c))
 t=t+1
 if (t>out) || (|z|>=border)
   u=2*(fn1(t/fac))
   z=z/u
   c=pixel
   start=0
  endif
else
z=(z+real(c))^((z/u)+imag(c))
endif
|z|<=bailout
}
-----------------------------------End-Formulas--------------------------