home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / rpn30doc.zip / README.V30 next >
Text File  |  1990-05-29  |  3KB  |  73 lines

  1. README.V30
  2. This file lists the changes  from version 2.2/2.3 of RPN to version 3.0.
  3. RPN is an MSDOS-based emulator of an HP-29C calculator, with extensions.
  4. It assumes an 80x25 text display.  It currently offers about 100 functions.
  5.  
  6. New Functions
  7. ~~~~~~~~~~~~~
  8. - The `sqr(X)' function is documented now.
  9. - Factorial and gamma functions added.
  10. - More Hyperbolic trig. functions added: isinh, icosh, itanh (inverses),
  11.   csch, icsch, sech, isech, coth, icoth.
  12. - clrblk function allows a range of memory registers to be cleared
  13.   (Y and X registers point to first, last memories to clear).
  14. - 22 new unit conversions (plus extant degrees/radians, polar/rect,
  15.   time conversions).
  16. - 5 new constants (including speed of light in furlongs/fortnight).
  17. - Statistical:
  18.   geometric mean, harmonic mean, (set) linear coefficients, interpolate
  19.   y from x (using linear coefficients), interpolate x from y, linear
  20.   regression, (additional) linear-regression statistics.
  21. - Save-file feature, including functions to "print" stack, registers,
  22.   summation and linear-regression results.
  23. - Fixed- or scientific-notation display.
  24. - Temporary escape to sub-shell (oh boy!)
  25.  
  26.  
  27. New Behavior
  28. ~~~~~~~~~~~~
  29. A companion program, RPNINST.EXE, may be used to alter the screen colors.
  30.  
  31. Most control functions are now attached to the Function keys:
  32.   F1 selects and deselects the two Help screens.
  33.   F2 opens and closes the save-file.
  34.   F3 toggles between scientific, fixed, and "default" number displays.
  35.   F10 quits the calculator; if shifted or <CTRL>'d it leaves the
  36.      screens visible, or escapes to a sub-shell.
  37.  
  38. RPN can make use of a configuration file to:
  39. - Install constant values into memory registers.
  40. - Force BIOS output instead of of direct screen writing (may help with
  41.   some compatibility problems).
  42. - Change the keys used to represent hexadecimal digits.
  43. RPN will only look for a configuration file if told to, through a
  44. command-line option.  It will accept a filename, or look for a default
  45. file, if given the `-c' option.
  46.  
  47. The hexadecimal digits are now represented by some ALT keys, namely
  48. <ALT>-A through <ALT>-F.  If this selection is unsatisfactory it
  49. can be customized (see above).
  50.  
  51. RPN can now save its results to an output file.  Each function is
  52. listed along with the X, Y, and LastX registers.  In addition, specific
  53. printing functions are available (see above).
  54.  
  55. The rather-unintuitive `A' for `recall' has been replaced by `R'.
  56. Shifts between degrees-mode and radians-mode are now done with
  57. <CTRL>-D and <CTRL>-R, while conversions of degrees to radians and
  58. vice-versa are functions rad(X) and deg(X).
  59.  
  60.  
  61. FV listing of PKZIP'd executables:
  62. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  63. C:\T fv rpn30exe.zip
  64.  
  65. Archive:  RPN30EXE.ZIP
  66. Name         Length    Method    SF   Size now  Mod Date    Time     CRC
  67. ============ ========  ======== ====  ========  =========  ======== ========
  68. RPN.EXE         57570  Imploded  38      35315  29 May 90  13:00:56 2E1AECA1
  69. RPNINST.EXE     18564  Imploded  45      10179  29 May 90  13:01:28 1D9C7F7D
  70. CONFIG.RPN       2909  Imploded  47       1527  27 May 90  22:49:36 38E35D50
  71. ============ ========  ======== ====  ========  =========  ======== ========
  72. *total     3    79043  ZIP 1.10  40%     47327  29 May 90  13:06:38
  73.