home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff280.lzh / Graph / POSTER < prev    next >
Text File  |  1989-11-20  |  1KB  |  28 lines

  1. Article 218 of comp.sources.amiga:
  2. Path: estinc!mcdphx!asuvax!ncar!mailrus!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!wuarchive!texbell!texsun!newstop!sun!swap!page
  3. From: page%swap@Sun.COM (Bob Page)
  4. Newsgroups: comp.sources.amiga
  5. Subject: v89i204:  graph - plot mathematical functions, Part01/07
  6. Message-ID: <127782@sun.Eng.Sun.COM>
  7. Date: 13 Nov 89 02:31:49 GMT
  8. Sender: news@sun.Eng.Sun.COM
  9. Lines: 881
  10. Approved: page@sun.com
  11.  
  12. Submitted-by: dg3i+@andrew.cmu.edu (David Gay)
  13. Posting-number: Volume 89, Issue 204
  14. Archive-name: applications/graph.1
  15.  
  16. This program draws mathematical functions on a plane.
  17. Text & axes may be added, and the result saved to disk or printed.
  18.  
  19.   To compile it, you'll need:
  20.    - Lattice C V5.02
  21.    - My eval library (which, if I'm not mistaken, and for obscure reasons,
  22.      came over comp.binaries.amiga a few months ago. It's also on fish
  23.      disk 192).
  24.    - The ARP include files, with a few changes to libraries/arp_pragmas.h:
  25.      Add a #ifndef NODOS/#endif around the #pragmas Open to Execute.
  26.    - 1 Meg of memory ...
  27.  
  28.