home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / fractals / 370 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!ukma!cs.widener.edu!dsinc!satalink!bert.tyler
  2. From: bert.tyler@satalink.com (Bert Tyler)
  3. Newsgroups: sci.fractals
  4. Subject: Data-dependent bug in Fra
  5. Message-ID: <1222.1004.uupcb@satalink.com>
  6. Date: 20 Nov 92 17:55: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. Jon Noring / Barry Smith reported problems while running Fractint and
  12. the image generated by the command-line options:
  13.  
  14.   type=complexnewton corners=-6/5/5/-4 params=12/2/12/2 maxiter=2500
  15.   periodicity=0
  16.  
  17. First the good news:  I just generated that fractal with no problems
  18. using the current internal developer's test version of Fractint on
  19. my 486/50DX2.  Took 21 minutes, 39 seconds for a 1024x768x256 image.
  20.  
  21. The big difference (both in terms of speed and in terms of
  22. eventual success) was the fact that my PC had a math coprocessor
  23. onboard and the other PCs didn't.  The newton algorithms involve
  24. power functions, and the parameters used by this particular
  25. complexnewton involve a *lot* of powers, and this really stresses
  26. our internal math routines on FPU-less PCs.  In this case, it stressed
  27. them until they broke.
  28.  
  29. My guess as to why one fellow got a visible error message while the other
  30. got a trashed screen is that the second fellow's system threw his
  31. PC partially (but not completely) out of its graphics video state
  32. when it attempted to display that internal error message, and 
  33. Fractint's graphics<->text video logic couldn't handle what was left.
  34.  
  35.                    Bert Tyler   (bert.tyler@satalink.com)
  36. ---
  37.  . DeLuxe./386 1.25 #343sa . Void where prohibited.  Batteries not included.
  38.                                                                                                            
  39.