home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / math / pac / relnotes < prev    next >
Encoding:
Text File  |  1994-06-05  |  1.6 KB  |  32 lines

  1. Pac is a slightly overambitious visual calculator for Unix systems.
  2. In spite of its minor structural problems, pac is the
  3. "everything you ever wanted in a calculator" calculator, providing:
  4.  
  5. o   16 cells nonvolatile memory (checkbook balance, phone numbers, etc.)
  6. o   asynchronous real-time clock
  7. o   separate checkbook balancer window (for summing lists of numbers)
  8. o   ASCII to decimal to octal to hex translation (find out what ^M is)
  9. o   22 predefined conversions (metric, temperature, etc.)
  10. o   user-definable, non-volatile conversions (dollar to yen, etc.)
  11. o   compound interest/mortgage payment solver (play the "what if?" game)
  12. o   amortization schedule (monthly payment list) file writer
  13. o   function help window (type "help" or just "?" or "help [subject]")
  14. o   optional automatic calculator session recording to files
  15. o   trigonometric functions
  16. o   number base conversions (independent in/out bases, between 2 and 16)
  17. o   programmable precision: btw 0 and 32 digits past the decimal point
  18. o   bitwise AND, OR, NOT, XOR, TWOSCOMP
  19. o   fully automatic and accessible push/pop stack memory
  20. o   pi, planck, parallax, parsec... 30 math/physical constants in all
  21. o   macro tokens from "atto" to "exa" (for ex: "356 micro + 125 milli")
  22. o   predefined percent calculations (for ex: "65.7 p[ercent]of 290")
  23.  
  24. The pac process forks pipes to the 'bc' Unix calculator.
  25. The posted source has been successfully compiled and tested on:
  26. Pyramid 90x, VAX 11-785, Apollo Domain-IX, Sun SPARCstation 1,
  27. AT&T 6300+, Xenix286, DEC 8600.
  28.  
  29. Pac will NOT work on Sun2 or Sun3 computers due to insoluble problems
  30. in their implementation of "curses".
  31.  
  32.