Re: [Fractint] FOTD 09-11-04 (Mandy Times Mandy [5])
At 11:30 PM 11/10/04 -0700, SherLok Merfy wrote:
Increasing the precision (mathtolerance=/-1) seems to result in an out-zoom. . . .
Yes. The program will not calculate at a magnitude beyond the magnitude at which the designated precision fails. Decreasing the precision permits greater magnitudes to be reached, albeit at the cost of some image degradation.
. . . Do you mean that chip-math is correct when the arbitrary precision is supposed to be more accurate? . . .
Both math routines are accurate, but they work at different magnitude ranges, and arbitrary is much slower. I believe arbitrary precision is available for only the mandel, julia, manzpower, and julzpower formulas. I include a mathtolerance entry in the parameter files of images that have a magnitude very near the limit of precision. I do this to assure that no unintended outzoom happens when the file is run. I also add a mathtolerance entry to 'mandel' images with a magnitude very near the point where arbitrary precision math kicks in. I do this to assure that the image uses the fast chip math when it renders.
. . . Back when I was telling FracTint that I had an ATI Mach32 (It's a 64, now. I gave the MicroChannel machine away.), I had trouble using the arbitrary precision at all.
Maybe you were trying to use it with a formula that it does not work with. As far as I know, arbitrary math works with only the four formulas I mentioned above. Jim M.
comment { On Fri, 12 Nov 2004, Jim Muth wrote:
I believe arbitrary precision is available for only the mandel, julia, manzpower, and julzpower formulas.
It doesn't work with inversion, either, or taking out the mathtolerance entry from this parameter file would show me what is basically a circle at the limits: } arbtest { reset=2003 type=mandel center-mag=-1.91981/2.22045e-016/0.6839122/1.3032 params=0/0 float=y maxiter=255 inside=0 invert=0.07/-1.333333333333/0 symmetry=xaxis periodicity=0 colors=@diag.map mathtolerance=-1/-1 }
participants (2)
-
brewhaha@freenet.edmonton.ab.ca -
Jim Muth