home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff215.lzh / MandelVroom / HELP / generator < prev    next >
Text File  |  1989-05-29  |  1KB  |  54 lines

  1. Math Mode Help Information
  2.  
  3. These menu items control which data
  4. type is used when generating
  5. pictures.  The data type affects two
  6. aspects two picture generation:
  7. speed of calculation and accuracy of
  8. calculation.
  9.  
  10. Unless you have a 68020/68881 based
  11. Amiga, you generally have to trade
  12. speed for accuracy.  You have three
  13. choices for Math Modes:
  14.  
  15.   Int68000 - fastest least accurate
  16.   FFP - middle at speed and accuracy
  17.   IEEE - slowest and most accurate
  18.  
  19. You can change a project's math mode
  20. at any time, but the change will not
  21. have affect until the next time you
  22. generate the project.
  23.  
  24. Typically you would start out using
  25. Int68000.  You would zoom in as far
  26. as you can go, until the picture
  27. starts to look blocky or "noisy".
  28. At this point, you will have to
  29. switch to FFP mode.  You will be
  30. able to zoom in only a few more
  31. times before you will have to switch
  32. to IEEE.  Once you've gotten to IEEE
  33. mode, any picture will be VERY slow
  34. to generate.
  35.  
  36. For those of you rich enough to have
  37. a 68020/68881 based Amiga, you have
  38. two more Math Modes to choose from:
  39.  
  40.   Int68020 - fastest least accurate
  41.   68881 - slower than Int68020 but
  42.           as accurate as IEEE
  43.  
  44. Int68020 has the same accuracy as
  45. Int68000 but uses more efficient
  46. 68020 machine instructions and is
  47. therefore faster.
  48.  
  49. 68881 Math Mode uses the 68881 math
  50. coprocessor to calculate pictures.
  51. This is not as fast as the 68020,
  52. but is much more accurate.
  53.  
  54.