home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / src / bc-1.03-src.tgz.pi < prev    next >
Text File  |  1997-04-16  |  1KB  |  39 lines

  1. .name
  2. bc
  3. .fullname
  4. GNU bc
  5. .type
  6. Miscellaneous
  7. .short
  8. GNU arbitrary precision calculator lang.
  9. .description
  10. A language that supports arbitrary precision numbers with interactive
  11. execution of statements.  There are some similarities in the syntax to
  12. the C programming language.
  13.  
  14. A standard math library is available by command line option.  If
  15. requested, the math library is defined before processing any files.
  16. bc starts by processing code from all the files listed on the command
  17. line in the order listed.  After all files have been processed, bc
  18. reads from the standard input.  All code is executed as it is read.
  19. (If a file contains a command to halt the processor, bc will never
  20. read from the standard input.)
  21.  
  22. This version of bc contains several extensions beyond traditional bc
  23. implementations and the POSIX draft standard.  Command line options
  24. can cause these extensions to print a warning or to be rejected.  This
  25. document describes the language accepted by this processor.
  26. Extensions will be identified as such.
  27. .version
  28. 1.03
  29. .author
  30. Philip A. Nelson
  31. .requirements
  32. Binary version requires ixemul.library.
  33. .distribution
  34. GNU Public License
  35. .email
  36. phil@cs.wwu.edu
  37. .described-by
  38. Fred Fish (fnf@amigalib.com)
  39.