home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / sci / fractals / 529 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!ub!dsinc!satalink!bert.tyler
  2. From: bert.tyler@satalink.com (Bert Tyler)
  3. Newsgroups: sci.fractals
  4. Subject: Re: Fractint 17.2: Intere
  5. Message-ID: <1398.1004.uupcb@satalink.com>
  6. Date: 2 Jan 93 15:45:00 GMT
  7. Reply-To: bert.tyler@satalink.com (Bert Tyler)
  8. Organization: Datamax/Satalink Connection * Ivyland, PA (215) 443-9434
  9. Lines: 28
  10.  
  11. (discussing the zoom limit of Fractint...)
  12.  
  13. PH>Is there any way to increase this limit?  ...or do I have to start from
  14. PH>scratch and write my own version of fractint?
  15. PH>Just how many bits of fraction does fractint use?
  16.  
  17. If you zoom beyond the limits of Fractint's integer math algorithms, Fractint
  18. quietly switches over to floating-point math.  Its precision limits
  19. are essentially those of the Intel architecture at that point, and are
  20. based on its ability to store the coordinates of successive pixels (in
  21. 'double' format) using different values.  (I'm on vacation and checking my
  22. mail on a laptop that doesn't have a "C" compiler, so I can't dig
  23. up the exact limit at the moment.)  To get around that limit,
  24. you would have to rewrite Fractint (including its asembler routines)
  25. using an alternate format - or use an Xfract port on a machine which has
  26. more significant digits in its floating-point format.  The latter is probably
  27. *far* easier.
  28.  
  29. PH>I also find a limit of 1000 on iterations to be rather small.
  30.  
  31. I'm confused - Fractint's current iteration limit is 32,768 (it would have
  32. been 65536 had I not been stupid enough to use signed integers for a field
  33. that never goes negative - maybe we'll fix that someday).
  34.  
  35.                    Bert Tyler   (bert.tyler@satalink.com)
  36. ---
  37.  . DeLuxe./386 1.25 #343sa . Did you expect mere proof to sway my opinion?
  38.                                                 
  39.