SherLok Merfy wrote:
PixelPower { ; Formula for club. Public domain. z=fn1(pixel), s=P2+fn2(pixel), if(P3==(0,0)) P3=sqrt(0,2) endif: z = z^s +P1, |z| <= real(P3) }
Is the above a revision of one of the two you posted earlier (both shown below), or is this supposed to be a whole new formula different from the previous ones?? PixelPower { ; SherLok Merfy <brewhaha@freenet.edmonton.ab.ca> ; Fri, 13 Feb 2004 06:07:18 ; (formula) Imajinaries yield asymmetry. chaw=P1, z=fn1(pixel), s=P2-fn2(pixel), if(P3==(0,0)) P3=sqrt(0,2) endif: z = z^s +chaw, |z| <= |P3| } PixelPowerAdd { ; SherLok Merfy <brewhaha@freenet.edmonton.ab.ca> ; Sun, 15 Feb 2004 04:04:22 ; Now you know why I want neg function back. chaw=P1, z=fn1(pixel), s=P2+fn2(pixel), if(P3==(0,0)) P3=sqrt(0,2) endif: z = z^s +chaw, |z| <= |P3| }
Heartx { ; Stript version of hearty. params=1/0/4/0/ident ; Public domain. s=z=fn1(real(-1/pixel) +flip(imag(-.5/pixel))): z=s*(z-P2)*(P2-z) |z| <= real(P1) }
And the same with the above which was posted earlier (as shown below)?? Heartx { ; SherLok Merfy <brewhaha@freenet.edmonton.ab.ca> ; Thu, 11 Mar 2004 00:20:32 ; Formula. The core of hearty. s=z=atanh(real(-1/pixel) +flip(imag(-.5/pixel))), iter=0, t=|P1|,: z=s*(z-(0,1))*((0,1)-z) |z| <= t } And the same for all of the following two items??
Rock { ; Formula for Diamond. z=z-z, c=fn1(pixel), iter=-1: iter=iter+1, if(iter>-1 && iter< 14 ) note= 11 .......(snipped)....... }
Hearty { ; Might be worth compiling as overlay. s=z=fn1(real(-1/pixel) +flip(imag(-.5/pixel))), iter=-1: iter=iter+1, if(iter>-1 && iter< 7 ) note= 11 .......(snipped)....... }
Sincerely, P.N.L. ------------------------------------------------- http://home.att.net/~Paul.N.Lee/PNL_Fractals.html http://www.Nahee.com/Fractals/