home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / contents / bc < prev    next >
Text File  |  2000-03-31  |  2KB  |  42 lines

  1. Name        : bc                           Relocations: (not relocateable)
  2. Version     : 1.05a                             Vendor: SuSE GmbH, Nuernberg, Germany
  3. Release     : 71                            Build Date: Fri Mar 24 22:27:31 2000
  4. Install date: (not installed)               Build Host: Celsius2.suse.de
  5. Group       : Applications/Math             Source RPM: bc-1.05a-71.src.rpm
  6. Size        : 184975                           License: GPL
  7. Packager    : feedback@suse.de
  8. Summary     : GNU bc - command line calculator
  9. Description :
  10. bc is an interpreter that supports numbers of arbitrary precision and
  11. the interactive execution of statements. There are some
  12. similarities in the syntax to the C programming language. A standard
  13. math library is available through command line options. When used, the
  14. math library is read in before any other input files. bc then reads
  15. in all other files from the command line, evaluating their contents.
  16. Then, bc reads from standard input (usually the keyboard).
  17. The dc program is also included. Dc is a calculator which supports
  18. reverse-polish notation and allows unlimited precision arithmetic.
  19. Macros can also be defined. Normally, dc reads from standard in but
  20. can also read in files specified on the command line. A calculator with
  21. reverse-polish notation saves numbers to a stack. Arguments to
  22. mathematical operations (operands) are "pushed" onto the stack until the
  23. next operator is read in which "pops" its arguments off the stack and
  24. "pushes" its results back onto the stack.
  25.  
  26. Authors:
  27. --------
  28.     Philip A. Nelson <phil@cs.wwu.edu>
  29.  
  30. SuSE series: ap
  31. /usr/bin/bc
  32. /usr/bin/dc
  33. /usr/doc/packages/bc
  34. /usr/doc/packages/bc/AUTHORS
  35. /usr/doc/packages/bc/COPYING
  36. /usr/doc/packages/bc/ChangeLog
  37. /usr/doc/packages/bc/NEWS
  38. /usr/doc/packages/bc/README
  39. /usr/share/info/dc.info.gz
  40. /usr/share/man/man1/bc.1.gz
  41. /usr/share/man/man1/dc.1.gz
  42.