home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / calc / README < prev   
Encoding:
Text File  |  1995-07-14  |  1.3 KB  |  48 lines

  1.  
  2. # Copyright (c) 1993 David I. Bell
  3. # Permission is granted to use, distribute, or modify this source,
  4. # provided that this copyright notice remains intact.
  5. #
  6. # Arbitrary precision calculator.
  7.  
  8. I am allowing this calculator to be freely distributed for personal uses.
  9. Like all multi-precision programs, you should not depend absolutely on
  10. its results, since bugs in such programs can be insidious and only rarely 
  11. show up.
  12.   
  13. -dbell-
  14.  
  15. p.s. By Landon Curt Noll
  16.  
  17. To build calc:
  18.  
  19.     1) Look at the makefile, and adjust it to suit your needs.
  20.  
  21.     2) build some calc documentation:
  22.  
  23.     (cd help; make full)    <- after this, read the file help/full
  24.  
  25.     3) build calc:
  26.  
  27.     make
  28.  
  29.     4) test calc:
  30.  
  31.     After you have built calc, you can test it by running calc and 
  32.     giving calc the following input:
  33.  
  34.     read lib/regress    <- should produce no error messages
  35.     read lib/lucas
  36.     read lib/lucas_chk
  37.     lucas_chk(200)        <- should produce no error messages
  38.     exit
  39.  
  40. If you find bugs, or better yet have bug fixes; or if you have suggested
  41. changes, or better yet have patches, send them to both myself and DBell:
  42.  
  43.     dbell@canb.auug.org.au
  44.     chongo@toad.com            {uunet,pyramid,sun}!hoptoad!chongo
  45.  
  46. The file doc/todo section points out some needs for calc.  Suggestions
  47. on other enhancements, and help in doing these are welcome.
  48.