comment { These are Modified Carr formulas based on the original with the gracious permission of Dr. Robert Carr. Utmost care has been taken to preserve the original formulation fully intact. Several "User Friendly" additions have been made which allow the user to alter the fractal through the following parameters: Scale: Use this parameter to reduce or enlarge the image without having to zoom the entire image.Depending on the complexity of Z, larger numbers may be needed to produce desired scale.Begin with 2, 4, 6, 8, etc. Bailout: The user may now change this parameter as desired. In a few cases, more than one bailout may be chosen. Functions(3-4): In most cases, extreme changes in form may be achieved by varying one or more of these formula functions. NOTE: In the interest of faster calculation speeds, the original "Maxiter" (maximum iterations) default has been lowered from 500 to 100. I found that, in 99.99% of instances there was no detectable difference, and in the 0.01% of instances with a difference, these were very small. My gratefull thanks go to Dr. Robert Carr, both for writing such great formulations and for graciously permitting me to add what little functionality my small knowledge allows. I hope that you will find these modifications helpful. } =================================================================== Carr1500S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel)))/@scale c = conj(#pixel-1.5)/(z-1.2/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1500S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (.75,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1501S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel*0.88/#pixel)))/@scale c = ((-0.7456,0.2)-1.9/#pixel)/conj(cos(z*z-1.2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1501S" method = multipass periodicity = 0 maxiter = 100 magn = 4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1502S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel*0.88/#pixel)))/@scale c = ((-4.299,1.2)-1.9/#pixel)/conj(cos(z*z-1.2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1502S" method = multipass periodicity = 0 maxiter = 100 magn = 4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1503S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (1/(#pixel+#pixel)/(flip(1/#pixel*6/#pixel)))/@scale c = ((0.6,1.1))/conj(cos(z*z-6/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1503S" method = multipass periodicity = 0 maxiter = 100 magn = .8 heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1504S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (1/(#pixel+#pixel)/(flip(1/#pixel*6/#pixel)))/@scale c = ((0.6,1.1))/imag(z*z-6/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1504S" method = Multipass periodicity = 0 maxiter = 100 magn = .32 center = (0,-1.5) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1505S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel)))/@scale c = conj(#pixel-1.5)/(z-1.2/(1/flip(#pixel))) loop: z = fn1(fn2(fn3((z*z+c)/1.3))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1505S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (-.3,.5) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1506S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/conj(cos(#pixel+#pixel))/(flip(1/#pixel)))/@scale c = conj(#pixel-1.5)/(z-1.2/(1/flip(#pixel))) loop: z = fn1(fn2(fn3((z*z+c)/1.3))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1506S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (-.3,.5) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1507S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel+#pixel)/(flip(6/#pixel)))/@scale c = conj((#pixel+#pixel)-1.5)/(z-1.2/(4/flip(#pixel))) loop: z = fn1(fn2(fn3((z*z+c)/1.4))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1507S" method = multipass periodicity = 0 maxiter = 100 magn = 5.5 center = (.84,-.1) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1508S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel^#pixel+#pixel)/(flip(6/#pixel)))/@scale c = flip((#pixel+#pixel)-1.5)/(z-1.2/(4/flip(#pixel))) loop: z = fn1(fn2(fn3((z*z+c)/1.4))) c = ((1+flip(imag(sqrt(sin(c)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1508S" method = multipass periodicity = 0 maxiter = 100 magn = 4 center = (.9,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1509S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel*0.88/#pixel)))/@scale c = conj(#pixel*#pixel)-(0.5456,0.2) loop: z = sqr(z) z = fn1(fn2(fn3(z+sin(z)+c))) c = z+c/2 c = ((1+flip(imag(sqrt(c))))*real(sqrt(c))/9+z) bailout: |z| <= @bailout default: title = "Carr 1509S" method = multipass periodicity = 0 maxiter = 100 magn = 2.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1510S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel*0.88/#pixel)))/@scale c = conj(#pixel*#pixel)/flip(#pixel)/conj(cos(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(c))))*real(sqrt(c))/9+z) bailout: |z| <= @bailout default: title = "Carr 1510S" method = multipass periodicity = 0 maxiter = 100 magn = .07 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1511S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (0.1/(#pixel+#pixel)/(flip(1/#pixel*0.88/#pixel)))/@scale c = exp(flip((#pixel+#pixel)-1.5)/(z-1.2/(4/flip(#pixel)))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(c))))*real(sqrt(c))/9+z) bailout: |z| <= @bailout default: title = "Carr 1511S" method = multipass periodicity = 0 maxiter = 100 magn = .07 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1512S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z1 = (#pixel-0.5)^(sqrt(5)^1/#pixel) z = (z1/conj(cos(#pixel)))/@scale c = conj(1-#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+(z)) bailout: |z| <= @bailout default: title = "Carr 1512S" method = multipass periodicity = 0 maxiter = 100 magn = 2.8 center = (.7,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1513S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((conj(1/#pixel)^2.32)-1.25)/@scale c = (flip(1/#pixel)^2.32)-1.25 loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |z| <= @bailout default: title = "Carr 1513S" method = multipass periodicity = 0 maxiter = 100 magn = .2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1514S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia? init: z = (#pixel*(#pixel^2.32))/@scale c = (tan(#pixel)^2.32) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+(z)) bailout: |z| <= @bailout default: title = "Carr 1514S" method = multipass periodicity = 0 maxiter = 100 magn = 1.4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1515S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (real(#pixel)+flip(imag(#pixel)*(-0.3,0.3)))/@scale c = (-0.7456,0.2)+(1.099,0)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+(z)) bailout: |z| <= @bailout default: title = "Carr 1515S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (-.3,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1516S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(real(#pixel))+flip(imag(#pixel)))/@scale c = conj(cos(4/#pixel))+(2.924)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+(z)) bailout: |z| <= @bailout default: title = "Carr 1516S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1517S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(real(#pixel))+flip(imag(#pixel)))/@scale c = exp(4/#pixel)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1517S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (.25,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1518S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(abs(1/#pixel))+(real(#pixel))+flip(imag(#pixel)))/@scale c = exp(4/#pixel)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1518S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (-.15,.25) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1519S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(abs(0.6/#pixel))+(real(#pixel))+flip(imag(#pixel)))/@scale c = exp(0.4/#pixel)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1519S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (-.8,.3) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1520S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (flip(exp((-5.742,-0.009)))+(real(#pixel))+flip(imag(#pixel)))/@scale c = exp(0.4/#pixel)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1520S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (-.5,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1522S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (cotan(exp((-0.6882,-0.1729)))+(real(#pixel))+flip(imag(#pixel)))/@scale c = sqr(0.4/#pixel)*real(#pixel)+flip(imag(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1522S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (-2,-.46) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1523S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (sin(exp((-5.742,-0.009)))+(real(#pixel*#pixel))+flip(imag(#pixel*#pixel)))/@scale c = sqr(0.1/#pixel)*real(#pixel*#pixel)+flip(imag(#pixel*#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1523S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1524S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(sqr(1/#pixel)^2.12)+1.25)/@scale c = sqr(0.1/#pixel)*real(#pixel*#pixel)+flip(imag(#pixel*#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1524S" method = multipass periodicity = 0 maxiter = 100 magn = 1.6 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1524AS { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.75)/@scale c = ((1/#pixel)/2)/(z-2.5)^conj(tanh(#pixel-1)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1524AS" method = multipass periodicity = 0 maxiter = 100 magn = .55 center = (-1.7,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1525S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.85)/@scale c = ((1/#pixel)/2)/(z-2.5)^conj(imag(#pixel-1)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1525S" method = multipass periodicity = 0 maxiter = 100 magn = .55 center = (-1.7,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1526 S{ ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.85)/@scale c = ((1/#pixel-0.524)/4)/conj(z-1.1)*z^conj(cotanh(#pixel-0.2)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1526S" method = multipass periodicity = 0 maxiter = 100 magn = .55 center = (-2.5,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1527S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.85)/@scale c = ((1/#pixel-0.524)/4)/conj(z-1.1)*z*z^conj(cotanh(#pixel-0.2)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1527S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1528S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((1/#pixel*0.88/#pixel))/@scale c = ((1/#pixel-0.524)/4)/conj(z-1.1)*z*z^conj(cotanh(#pixel-0.2)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |z| <= @bailout default: title = "Carr 1528S" method = multipass periodicity = 0 maxiter = 100 magn = .8 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1529S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((1/#pixel)/1.75)/@scale c = ((1/#pixel)/2)/z-2.5^tanh(#pixel-1) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1529S" method = multipass periodicity = 0 maxiter = 100 magn = 1.4 center = (.8,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1530S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (sqr(1/#pixel)/1.75)/@scale c = ((1/#pixel)/2)/z-2.5^sin(#pixel-1) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1530S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1531S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (sqr(1/#pixel)/1.75)/@scale c = (2/#pixel)/(z-2.5^conj(cos(#pixel-1))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1531S" method = multipass periodicity = 0 maxiter = 100 magn = .6 center = (1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1532S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj((1/#pixel)/1.91))/@scale c = (0.33/#pixel)/z-2.5^cotanh(#pixel-1.124) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1532S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1533S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.85)/@scale c = ((1/#pixel)/2)/(z-1.25)^real(#pixel-0.25) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1533S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1534S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((1/#pixel)/1.85)/@scale c = ((1/#pixel)/2)/(z-1.25)^real(#pixel-0.25) loop: z = fn1(fn2(fn3(z*z+c+sin(z)))) bailout: |real(z)| <= @bailout default: title = "Carr 1534S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1535S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (real((1/#pixel)/1.91)/(5.7,-1.3))/@scale c = (1/#pixel*0.91/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1535S" method = multipass periodicity = 0 maxiter = 100 magn = .4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1536S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (((1/#pixel)/0.71)/(#pixel-1.324))/@scale c = z-2.5^(#pixel-1.324) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1536S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1537S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (1/(#pixel*#pixel))/@scale c = conj(cos(#pixel*#pixel))/tan(#pixel-z) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1537S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1538S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = (1/(#pixel*#pixel))/@scale c = conj(cos(#pixel*#pixel))/tan(#pixel-z) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1538S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1539S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (((1-#pixel)/0.413)+1.924)/@scale c = z-1/conj(z*z)+conj(#pixel-z) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1539S" method = multipass periodicity = 0 maxiter = 100 magn = 1.45 center = (2,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1540S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = (sqr(1/#pixel)+sqr(#pixel))/@scale c = sin(tan(exp(z-1))) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1540S" method = multipass periodicity = 0 maxiter = 100 magn = 1.4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1541S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(#pixel))/@scale c = z*z+#pixel loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1541S" method = multipass periodicity = 0 maxiter = 100 magn = 1.4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1542S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (flip(#pixel*#pixel))/@scale c = #pixel^(z-1) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1542S" method = multipass periodicity = 0 maxiter = 100 magn = 1.6 center = (0,-.25) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1543S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (conj(#pixel*#pixel))/@scale c = flip(#pixel)^(z-1) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1543S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1544S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = ((#pixel*#pixel)^0.54)/@scale c = sqr(#pixel)^(z-0.55) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1544S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1545S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type init: z = ((#pixel*#pixel)^0.54)/@scale c = sqr(#pixel)^(z-0.55) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1545S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1546S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = ((#pixel*#pixel)^0.54)/@scale c = cos(#pixel)/sin(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1546S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1547S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((#pixel*#pixel)^0.54)/@scale c = real(#pixel)/imag(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1547S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1548S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((#pixel*#pixel)-sqrt(#pixel*#pixel))/@scale c = sin(#pixel)/cos(#pixel) loop: z = fn1(fn2(fn3(sqr(z)+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1548S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1549S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((#pixel*#pixel)-log(#pixel*#pixel))/@scale c = sin(#pixel)/cos(#pixel) loop: z = fn1(fn2(fn3(sqr(z)+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1549S" method = multipass periodicity = 0 maxiter = 100 magn = 1.2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1550S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia, use floating point. init: z = (1/#pixel-sqrt(1/#pixel))/@scale c = sin(1/#pixel)/conj(cos(1/#pixel)) loop: z = fn1(fn2(fn3(sqr(z)+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1550S" method = multipass periodicity = 0 maxiter = 100 magn = .6 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1551S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(1/#pixel)/sqr(1/#pixel))/@scale c = cotanh(1/#pixel)/cosh(1/#pixel) loop: z = fn1(fn2(fn3(sqr(z)+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1551S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1552S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 init: z = (conj(#pixel)/sqr(#pixel))/@scale c = conj(1/#pixel)/exp(1/#pixel) loop: z = fn1(fn2(fn3((sqr(z)+c)/1.3))) bailout: |real(z)| <= @bailout default: title = "Carr 1552S" method = multipass periodicity = 0 maxiter = 100 magn = 1.1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1553S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (cos(#pixel)/sin((0.3,0.6)))/@scale c = z/(sin(1/#pixel+1)/cos((-0.7456,0.2))) loop: z = fn1(fn2(fn3(sqr(z)+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1553S" method = multipass periodicity = 0 maxiter = 100 magn = .75 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1554S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Crystalbrot. init: z = (sqr(#pixel^#pixel)/(tan(#pixel)))/@scale c = (sqr(2/#pixel))/(cos(2/#pixel)*sin(2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1554S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1555S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = ((#pixel^#pixel)/(cotan(#pixel)))/@scale c = (cos(1/#pixel))/(cos(2/#pixel)*sin(2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1555S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1556S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = ((#pixel^#pixel)/(cotan(#pixel)))/@scale c = (cos(1/#pixel))/(cos(2/#pixel)*sin(2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1556S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1557S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = ((#pixel^#pixel)/(conj(#pixel)))/@scale c = (cos(1/#pixel))/(cos(2/#pixel)*sin(2/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1557S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1558S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandel type. init: z = (conj(#pixel^#pixel)/(flip(#pixel)))/@scale c = cos(#pixel)/(conj(#pixel)*conj(cos(2/#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1558S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1559S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(#pixel^#pixel)/(flip(#pixel^#pixel)))/@scale c = cos(#pixel)/(conj(#pixel)*conj(cos(3/#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1559S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1560S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(#pixel*#pixel)/flip(#pixel*#pixel))/@scale c = cos(#pixel)/conj(#pixel)^conj(cos(3/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1560S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1561S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (conj(2/#pixel*(2*#pixel))/(flip(1-#pixel)))/@scale c = (cos(#pixel))/(conj(3/#pixel)^conj(cos(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1561S" method = multipass periodicity = 0 maxiter = 100 magn = .2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1561-AS { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia,Faceted Glass init: z = (conj(2/#pixel*(2*#pixel))/(flip(1-#pixel)))/@scale c = (cos(#pixel))/(conj(3/#pixel)^conj(cos(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1561-AS" method = multipass periodicity = 0 maxiter = 100 magn = .2 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1562S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (sin(1/#pixel)/(flip(1-#pixel)))/@scale c = (tan(#pixel))/(conj(3/#pixel)-conj(cos(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1562S" method = multipass periodicity = 0 maxiter = 100 magn = .35 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1563S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (sin(1/#pixel)/(flip(1-#pixel)))/@scale c = (tan(#pixel))/(conj(3/#pixel)-conj(cos(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1563S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1564S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (flip(#pixel*#pixel)/tan(sqr(#pixel-0.5)))/@scale c = sqr(sqr(#pixel))/conj(sqr(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1564S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1565S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. init: z = (flip(#pixel*#pixel)/cosh(sqr(#pixel-0.5)))/@scale c = sqr(sqr(#pixel))/sinh(sqr(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1565S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1566S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (1/#pixel*0.88/#pixel)/@scale c = ((#pixel^z)-1)*(#pixel^(z-1)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1566S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1567S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (sqr(1/#pixel*0.88/#pixel))/@scale c = ((#pixel^z)-1)/conj(#pixel^(z)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1567S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1568S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (conj(sqr(1/#pixel*0.88/#pixel)))/@scale c = ((#pixel^z)-1)/exp(#pixel^(z)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1568S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1569S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. init: z = (1/conj(tan(0.91/#pixel*0.88/#pixel)))/@scale c = (cos(#pixel))/(conj(3/#pixel)^conj(cos(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1569S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1570S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. ; Edited for Fractint v. 20 by George Martin, 10/98 init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = #pixel*#pixel/(0.3,0.6) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1570S" method = multipass periodicity = 0 maxiter = 100 magn = 1.4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1571S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandel type. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = #pixel*#pixel/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1571S" method = multipass periodicity = 0 maxiter = 100 magn = 1.1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1572S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = #pixel*#pixel/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1572S" method = multipass periodicity = 0 maxiter = 100 magn = .9 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1573S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandel type. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = tan(#pixel*#pixel)/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1573S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1574S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandel type. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = 1/cos(#pixel*#pixel)/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1574S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1575S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = 1/cos(#pixel*#pixel)/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1575S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1576S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. init: z = (((-0.94562,0.329)+1)/(#pixel))/@scale c = 4/sin(3/tan(#pixel*#pixel))/((0.3,0.6)*(-0.3,0.3)) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1576S" method = multipass periodicity = 0 maxiter = 100 magn = .8 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1577S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = ((conj(sin(2/#pixel)))/sin(#pixel))/@scale c = ((-0.3,0.3)/(0.3,0.6))/conj(#pixel*#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1577S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1578S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (((-0.7456,0.2)+1)/#pixel)/@scale c = asin(#pixel*#pixel)/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1578S" method = multipass periodicity = 0 maxiter = 100 magn = .8 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1579S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (1/asin(#pixel*(1.099,0))/(4/sin(#pixel*#pixel)))/@scale c = asin(#pixel*#pixel)/(0.3,0.6)*(-0.3,0.3) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1579S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1580S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (sqr((0.654,0))+sqr(#pixel)-1.5)/@scale c = sqr(z-0.1)/(((0.654,0))-asin(1/#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1580S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1581S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider. init: z = (log((0.654,0))+sqrt(#pixel)-0.75*(1/#pixel))/@scale c = sqrt(z-0.35)/(((0.654,0))-asin(1/sqrt(#pixel))) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1581S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1582S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (conj(cos(tan(0.18/#pixel)))-0.25)/@scale c = sin(conj(exp(1.79/#pixel)))/(1.5/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1582S" method = multipass periodicity = 0 maxiter = 100 magn = .4 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1583S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (conj(cos(tan(0.18/#pixel)))-0.25)/@scale c = sin(conj(exp(1.79/#pixel)))/(1.5/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1583S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (-2,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1584S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. init: z = (conj(cos(tan(0.18/#pixel)))-0.25)/@scale c = sin(conj(exp(1.79/#pixel)))/(1.5/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1584S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1585S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (conj(sin(cotan(1.18/#pixel*1.12/#pixel)))-0.25)/@scale c = conj(cos(conj(exp(1.79/#pixel))))/(0.59/#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1585S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1586S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Hmmmmmmm.... init: z = (conj(sin(cotan(1.18/#pixel*1.12/#pixel)))-0.25)/@scale c = conj(cos(conj(exp(1.79/#pixel))))/(0.59/#pixel) loop: z = fn1(fn2(fn3((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z))) c = z*z+c bailout: |real(z)| <= @bailout default: title = "Carr 1586S" method = multipass periodicity = 0 maxiter = 100 magn = 1.3 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1587S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (((1/conj(cos(1/sin(cotanh(1.18/#pixel))))-0.25)/(conj(sqr(0.5/#pixel))))-0.5)/@scale c = 1/conj(cos(1/conj(asin(0.79/#pixel))))-0.5 loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1587S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1588S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (1/asin(#pixel))/@scale c = 1/conj(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1588S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1589S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (1/acos(#pixel))/@scale c = 1/asin(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1589S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1590S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (1/acos(#pixel))/@scale c = 1/asin(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1590S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1591S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (1/acos(#pixel+#pixel))/@scale c = 1/asin(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1591S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1592S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (#pixel/atan(#pixel))/@scale c = (1+#pixel)/atan(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1592S" method = multipass periodicity = 0 maxiter = 100 magn = 6.8 center = (-.425,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1593S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (#pixel/(1/asin(#pixel)))/@scale c = (1+#pixel)/conj(#pixel) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1593S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1594S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (#pixel/(2/acos(#pixel+0.33)))/@scale c = (1+#pixel)/(conj(cos(2/#pixel-0.25))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1594S" method = multipass periodicity = 0 maxiter = 100 magn = 1 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1595S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia. init: z = (#pixel/(2/acos(1/#pixel*#pixel+0.33)))/@scale c = (1+1.5/#pixel)/(conj(cos(2/#pixel-0.25))) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1595S" method = multipass periodicity = 0 maxiter = 100 magn = .4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1596S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (#pixel/(2/acos(1/#pixel*#pixel+0.33)))/@scale c = (1+1.5/#pixel)/(conj(cos(2/#pixel-0.25))) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1596S" method = multipass periodicity = 0 maxiter = 100 magn = .4 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1597S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Mandelbrot type. init: z = (#pixel/(2/acos(1/#pixel*#pixel+0.33)))/@scale c = (1+1.5/#pixel)/(conj(cos(2/#pixel-0.25))) loop: z = fn1(fn2(fn3(z*z+c))) bailout: |real(z)| <= @bailout default: title = "Carr 1597S" method = multipass periodicity = 0 maxiter = 100 magn = .5 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1598S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Spider type. init: z = (asin(#pixel)/(2/acos(1/#pixel*#pixel+0.33)))/@scale c = (1+sin(#pixel))/(1/conj(conj(cos(2/#pixel-0.25)))) loop: z = fn1(fn2(fn3(z*z+c))) c = z+c/2.125 bailout: |real(z)| <= @bailout default: title = "Carr 1598S" method = multipass periodicity = 0 maxiter = 100 magn = .7 center = (0,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ========================================================== Carr1599S { ; A "Modified Carr" formula, based on the original with permission. ; Functionality added by Sharon S. Schultz, May, 2003. ; Updated for UF2 by Erik Reckase, Jan 2000 ; Julia init: z = (sqrt(1/asin(#pixel)))/@scale c = (1+sin(#pixel)) loop: z = fn1(fn2(fn3(z*z+c))) c = ((1+flip(imag(sqrt(sin(c-0.1/#pixel)))))*real(sqrt(tan(c)))/9+z) bailout: |real(z)| <= @bailout default: title = "Carr 1599S" method = multipass periodicity = 0 maxiter = 100 magn = .8 center = (-1,0) heading caption = "Parameters" endheading param scale caption = "Scale" default = 1.0 hint = "Select a value to scale the image elements." endparam param bailout caption = "Bailout" default = 4 hint = "Select a bailout value for the formula." endparam heading caption = "Functions" endheading func fn1 caption = "Change" default = ident() hint = "Select a function to change the formula." endfunc func fn2 caption = "Change More" default = ident() hint = "Select a function to change the formula more." endfunc func fn3 caption = "Total Change" default = ident() hint = "Select a function to totally change the formula." endfunc } ==========================================================