I've modded the formula used in the Pseudo-Brots post by adding a bail-out test. I don't get a black screen with this parset. Does it work in xfractint? fract437.gif { ; almost a minibrot ; blank ; calctime 0:03:58.87 ; created Sep 25, 2010 ; Fractint Version 2004 Patchlevel 9 reset=2004 type=formula formulaname=newnuke function=sin/sqr center-mag=-0.65381727158948720/-0.00050083472454090/127.6748/1/90/-1.23\ 373533611470521e-014 float=y maxiter=1500 inside=0 colors=00000000200400600800A00C00E00G00I00K00M00O00Q00S00U00W00Y00_00a00\ c00e00g00i00k00m00o00q00s00u00w00z01z03z05z07z09z0Bz0Dz0Fz0Hz0Jz0Lz0Nz0P\ z0Rz0Tz0Vz0Xz0Zz0`z0bz0dz0fz0hz0jz0lz0nz0pz0rz0tz0vz0xz0zz0zz0yz0xz0wz0v\ z0uz0tz0sz0rz0qz0pz0oz0nz0mz0lz0kz0jz0iz0hz0gz0fz0ez0dz0cz0bz0az0`z0_z0Z\ z0Yz0Xz0Wz0Vz0Uz0Tz0Sz0Rz0Qz0Pz0Oz0Nz0Mz0Lz0Kz0Jz0Iz0Hz0Gz0Fz0Ez0Dz0Cz0B\ z0Az09z08z07z06z05z04z03z02z01z00z00z03z07z0Bz0Fz0Jz0Nz0Rz0Vz0Zz0bz0fz0j\ z0nz0rz0vz0uz1tz1sz2rz3pz3oz4nz5mz5kz6jz7iz7hz8gz9ez9dzAczBbzB`zC_zDZzDY\ zEWzFVzFUzGTzHSzHQzIPzJOzJNzKLzLKzLJzMIzNGzNFzOEzPDzPCzQAzR9zR8zS7zT5zT4\ zU3zV2zW0zW0zV0yV0xU0wU0vT0uT0tS0sS0rR0qR0pQ0oQ0nP0mP0lO0kO0jN0iN0hM0gM0\ fL0eL0dK0cK0bJ0aJ0`I0_I0ZH0YH0XG0WG0VF0UF0TE0SE0RD0QD0PC0OC0NB0MB0LA0KA0\ J90I90H80G80F70E70D60C60B50A509408407306305204203102101 } frm:newnuke {; mod of SuperNuker by Justin Kolodziej ; which was a mod. of Mr. Newstead's Nuke1 ;modded by adding bail-out |z|<128 z = 0 c = pixel d = fn2(pixel): z = (fn1(z)+c)/d |z|<=128 }
In article <BAY156-w31EA75D042DE3025D137AEDE690@phx.gbl>, Roger Alexander <maxiterfractal@hotmail.com> writes:
frm:newnuke {; mod of SuperNuker by Justin Kolodziej ; which was a mod. of Mr. Newstead's Nuke1 ;modded by adding bail-out |z|<128 z = 0 c = pixel d = fn2(pixel): z = (fn1(z)+c)/d |z|<=128 }
Isn't there supposed to be a comma between the last computation and the bailout condition? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
From: "Richard" <legalize@xmission.com> Sent: Friday, October 01, 2010 5:34 AM
Isn't there supposed to be a comma between the last computation and the bailout condition?
No. Commas are only needed if there are multiple statements on one line. Fractint simply uses the real value of the last statement in the formula as true/false regarding bailout. At least that was my impression until the black screen issue with xfractint came up (plus Jonathan Osuch's comment regarding the asm formula parser). Regards, Gerald
In article <00d301cb61c7$61684280$4001a8c0@lan>, "Gerald K. Dobiasovsky" <gerald.dob@aon.at> writes:
No. Commas are only needed if there are multiple statements on one line.
Yeah, after I posted that I noticed lots of formulas with no comma there.
Fractint simply uses the real value of the last statement in the formula as true/false regarding bailout. At least that was my impression until the black screen issue with xfractint came up (plus Jonathan Osuch's comment regarding the asm formula parser).
Well, I consider this black screen business a bug in the C parser. The asm parser is the "reference". -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download <http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/> Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
participants (3)
-
Gerald K. Dobiasovsky -
Richard -
Roger Alexander