home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 120 / README.TXT next >
Encoding:
Text File  |  1999-02-01  |  7.5 KB  |  192 lines

  1. RPNCalc for the Series 5 (SHAREWARE)
  2. --------------------------------------
  3.  
  4. Disclaimer
  5. ----------
  6. This version of RPNCalc is version 1.48
  7. Use this software at your own risk. I accept no responsibility 
  8. for loss of data.
  9.  
  10. History
  11. -------
  12.  
  13. Version 1.48 Released 2/2/99
  14.  
  15.     Fixed bugs with the Int and h.mmss functions when using a comma as a decimal point
  16.     (rather than a dot).
  17.     Adjusted the stack handling with dual-operand logical operations (such as OR and AND)
  18.     to consume the stack, as per HP calculators.
  19.     Reversed the h.mmss and Inverse h.mmss functions to match HP calculators - h.mmss now
  20.     calculates decimal hours to hours-minutes-seconds.
  21.  
  22. Version 1.47 Released 4/10/98
  23.  
  24.     Fixed a nasty bug introduced in version 1.45, where RPNcalc loops on overflow
  25.     errors, eating up all your memory until it crashes out!
  26.  
  27. Version 1.46 Released 16/9/98
  28.  
  29.     The primary financial functions (PMT, PV, FV, TERM and RATE) have been rewritten.     You
  30.     can now solve for any one unknown, given any of the other four (eg it now takes
  31.     account of FV when calculating PMT, which previously it did not). Also, calculations
  32.     can now be made for payments at the beginning of a period as well as the end.
  33.     Optional thousands separator implemented (eg 100,000 displayed rather than 100000).
  34.  
  35. Version 1.45 Released 10/8/98
  36.  
  37.     Keyboard handler rewritten (as evidenced by the keys appearing to stay pressed
  38.     for as long as they are held down by the screen pointer). Now hopefully
  39.     Geofox compliant.
  40.  
  41. Version 1.44 Released 27/7/98
  42.  
  43.     Improved the stack-handling to exactly replicate Hewlett-Packard. Now when
  44.         stack lift is enabled, entering ANY VALUE will lift the stack, except for the
  45.     two cases of ENTER and CLRX. Thanks to Rene Gysel for pointing this out.
  46.     All the app and opo files merged into one app file.
  47.  
  48. Version 1.43 Released 25/5/98
  49.  
  50.     Added 3 shortcuts at the request of Tadashi Homma as follows: "m" = +/-;
  51.     "z" = square root and "x" = 1/x. Key help indicates which keys have shortcuts.
  52.     The "z" and "x" match the HP-200LX, and "m" matches the built-in calculator.
  53.     Corrected a flaw with the stack-handling of X^Y to Y^X. These are dual-operand
  54.     instructions, so should cause the stack to drop, but did not.
  55.     Thanks to Dieter Tackmann for pointing this out.
  56.  
  57. Version 1.42 Released 21/4/98
  58.  
  59.     Maximum formula length increased from 60 characters to 250.
  60.     Thanks to Tim Wortley for this suggestion.
  61.  
  62. Version 1.41 Released 12/3/98
  63.  
  64.     Floating to IEEE hex function added.
  65.     Engineering display mode added - requested by Roland Heuberger.
  66.     Changed X^Y to Y^X - this matches HP calculators and is more intuitive - thanks
  67.     to Marcus Herold for pointing this out.
  68.     Fixed MODULUS flaw. eg 70.9 INV INT displays 0.90000000000000006 not 0.9 - this
  69.     is acually the value returned by EPOC32. I now calculate the MODULUS (fractional
  70.     part) myself. Thanks again to Marcus Herold for telling me about this.
  71.     Changed the key logos for square root, cube root and XrootY. X^-2 is not actually
  72.     the square root of X, but the reciprocal of it! Thanks to Pappas Sotirios for this
  73.     one.
  74.     Fixed an error that occurred when setting up key constants - press SET button
  75.      - "Set constants keys" - "Set c1 key" - "Select from list 1" - press the "Lists"
  76.     button - gives "Subscript or dimension error". I must have broken this in release
  77.     1.4. Thanks to Anders Nilsson for noticing this. I am amazed it took two months
  78.     to be spotted!
  79.  
  80. Version 1.4 Released 7/1/98
  81.  
  82.     Rectangular-Polar conversion added.
  83.     Decimal hours to hours-mins-secs added, allowing time calculations.
  84.     Random number function.
  85.     32-bit binary to IEEE floating or DEC VAX F_Float.
  86.     Twice as many user-definable Constant/Conversion/Formulae keys.
  87.     Cosmetic revamp.    
  88.     
  89. Version 1.3 Released 26/12/97
  90.  
  91.     The calculator can be "flipped" from left-handed to right-handed
  92.     (registered users only).
  93.     The "inv" key can be locked.
  94.     No longer a file-based app (and never should have been!).
  95.     Includes a utility to display all ascii codes in the selected number base
  96.     (removing the need to also have my Ascii program).
  97.     The unregistered restriction that displayed certain functions in an informational
  98.     message has been removed. I now feel that there are sufficient benefits obtained
  99.     from registering the program, that this restriction is unecessary.
  100.  
  101. Version 1.2 Released 7/12/97
  102.  
  103.     Fixed stats update bug (X-register was sometimes ignored)
  104.     Fixed clock bug - clock now obeys the system setting.
  105.     Changed numeric keypad layout due to the requests from users.
  106.     Moved the hexadecimal keys to the left and ordered the keys 1,2,3 etc
  107.     to be more like a standard numeric keyboard.
  108.     Added a feature that lets RPNCalc take over the silkscreen Calc key.
  109.  
  110. Version 1.1 beta Released 27/10/97
  111.  
  112.     Many improvements: 4 user defined formulae instead of 2, user-definable labels
  113.         for the constants, conversions and formulae keys, INT, MOD and % functions,
  114.         MAX and MIN statistical functions, financial functions, context help for every
  115.         key, much more usable statistical facilities with the ability to view, delete
  116.         and modify the stats values, etc.
  117.  
  118. Version 1.04 Released 16/10/97
  119.  
  120.     Fixed bug due to users setting International-Number decimal-point
  121.     to the "comma" character. This prevented registration. Revamped display
  122.     to create space for financial-functions. I have released this version prior
  123.     to implementation of these functions because of the bug fix.
  124.  
  125. Version 1.03 Released 10/10/97
  126.  
  127.     Solved the missing "send to background" message when going to another
  128.         program from the System Task List.
  129.  
  130. Version 1.02 Released 9/10/97
  131.  
  132.     Moved stats counter out of M9. Stats count now on key
  133.  
  134. Version 1.01 Released 9/10/97
  135.  
  136.     Fixed RAD50 bug - shouldn't be allowed in signed mode
  137.     Added Hotkey and Escape to background
  138.  
  139. Version 1.0 beta Released 7/10/97
  140.  
  141.  
  142. Installing RPNCalc
  143. ------------------
  144. 1. Make sure you have access to the System directory. For this, goto the preferences
  145.    in the system screen. Check the 'Show 'System' folder' option.
  146.  
  147. 2. Got the System\Apps directory and create a new directory called 'RPNCalc'.
  148.  
  149. 3. Switch to this directory and copy all the supplied files to this directory (excluding
  150.    this file).     Ensure that NO conversions are done when copying any of the files.
  151.  
  152. 4. The program should now appear on the Extras bar.
  153.  
  154. 5. If upgrading, delete ALL THE OLD FILES and replace with the new (registered users
  155.    will want to keep their existing RPNCalc.ini file).
  156.  
  157. Read the supplied help file, which is accessible from the program.
  158.  
  159. Registering
  160. -----------
  161. RPNCalc is shareware. If you like it and wish to continue to use it you should
  162. register it. You may freely distribute RPNCalc as long as all files in the package are
  163. included.
  164.  
  165. Registering bring a number of benefits. See the help file for details.
  166.  
  167. Registering (cash preferred) costs รบ10 UK, $16 US or the equivalent in other foreign
  168. currencies plus 10%.
  169.  
  170. Send to:
  171.  
  172.     Derek Johnston
  173.     14 Roxby Avenue
  174.     Guisborough
  175.     Cleveland TS14 8LF
  176.  
  177. Alternatively register online from my web page using the RegNet service.
  178.  
  179. When registering please make sure the following information is sent (if possible):
  180.  
  181.     + Your correct e-mail address        MANDATORY
  182.     + Your name (as you would enter it)    MANDATORY
  183.  
  184. Once you have registered, you will be sent a registration ID which you enter along
  185. with your name. This will work for all future versions of the calculator.
  186.  
  187.  
  188. Derek Johnston.
  189.  
  190. EMAIL:         decca@enterprise.net
  191. Homepage:      http://homepages.enterprise.net/decca/
  192.