------ Mike wrote: -----------
>Author: Mike Frazier
>Date: Fri, 10 May 2013 07:48:08 -0600
>To: Fractint and General Fractals Discussion
>Subject: Re: [Fractint] Mike Frasier used Fracton to render Jim's
>FOTD for May 6th, 2013
>
>Unless I am mistaken, FractInt does arbitrary precision math only for
>Mandelbrot and Julia built in formula types. You can't select arbitrary
>precision math for formula types.
---------------------------------
Page 166 of Fractint.doc for 20.4:
Wes Loewer wrote an arbitrary precision library in both 80x86 assembler
and C, and the Stone Soup team incorporated Wes's library into Fractint.
Initially, support was added for fractal types mandel, julia, manzpower,
and julzpower.
. . .
So how far can you zoom? How does 10^1600 sound--roughly 1600 decimal
digits of precision.
. . .
Note: many of Fractint's options do not work with arbitrary precision.
To experiment with arbitrary precision at the speedier ordinary
magnifications, start Fractint with the debug=3200 command-line option.
With the exception of mandel and manzpower perturbations, values that
would normally be entered in the Parameters and Coordinates screens need
to be entered using the command-line interface or .par files. Other
known things that do not yet work with arbitrary precision are:
biomorph, decomp, distance estimator, inversion, Julia-Mandel switch,
history, orbit-in-window, and the browse feature.
- Hal Lane
########################
# hallane(a)earthlink.net
########################