home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / abacusfi / abacusfi.exe / abacus.txt < prev   
Text File  |  2000-03-23  |  6KB  |  161 lines

  1. Abacus 2.03
  2. Copyright(c) 1997-2000, Dovcom
  3. All Rights Reserved
  4.  
  5. Thank you for trying Abacus. Abacus is an RPN Financial calculator
  6. based on the HP-12C. It is also shareware. The evaluation period is
  7. 30 days. If you continue to use it after 30 days, you are required to
  8. register.
  9.  
  10. ----------------------------
  11. How to Use an RPN calculator
  12. ----------------------------
  13. RPN(Reverse Polish Notation) is a convention by which values to be
  14. calculated are placed on a stack before being calculated. With an
  15. RPN calculator, you enter the values you wish to calculate before
  16. the operator.
  17.  
  18. For instance, the simple calculation 5+10 on a standard(algebraic)
  19. calculator would be entered as: 5 + 5 =
  20. While on an RPN calculator, you would enter: 5 Enter 5 +
  21.  
  22. Some more examples:
  23. 6 * (3 + 2): 3 Enter 2 + 6 *
  24. (6*2)+(9*5)+(23*2): 6 Enter 2 * 9 Enter 5 * + 23 Enter 2 * +
  25.  
  26. It may seem awkward at first, but once you get the hang of it, RPN
  27. feels a lot more natural than algebraic.
  28.  
  29. Example financial calculation:
  30.  
  31. To find the payment for a $100,000 loan over 30 years at 8.25%
  32. interest, enter:
  33.  
  34. 100000 PV         - stores $100,000 as the 'present value'
  35. 0 FV              - stores 0 as 'future value', how much you will owe
  36.                     after the term of the loan
  37. 30 Enter 12 X n   - multiplies number of years(30) by the number of
  38.                     months in a year(12) and stores the result in
  39.                     n(term of loan)
  40. 8.25 Enter 12 / i - divide annual interest rate by the number of months
  41.                     in a year
  42. PMT               - calculate payment
  43.  
  44. Stuff you might miss:
  45.  
  46. Tap on 'End' to toggle to Annuity due, tap on "Begin" to toggle back to
  47.   ordinarity annuity.
  48. Tap anywhere else on the display to toggle between the segmented font
  49.   and the normal Pilot calculator font.
  50.  
  51. For the latest version of this and other Pilot apps, visit the our web
  52. page at: http://www.dovcom.com/
  53.  
  54. ------------
  55. Registration
  56. ------------
  57. The registration fee for Abacus is $14(US). Registration entitles you
  58. to unlimited future upgrades of the registered version of the Abacus
  59. shareware product. There are a few ways to register:
  60.  
  61. Credit Card:
  62. ------------
  63. Credit card orders are processed for us by PalmGearHQ. They offer several
  64. payment options, listed below.
  65.  
  66. Web: http://www2.viaweb.com/pilotgearsw/abacus.html
  67. Email: software-orders@palmgear.com
  68. Phone: (800)741-9070 or (817)461-3480
  69. Fax: (817)640-6614
  70.  
  71. Mail:
  72. -----
  73. To register by mail, send a check or money order for $14(US funds only)
  74. to:
  75.  
  76. Dovcom
  77. P.O. Box 580
  78. Provo, UT 84603-0580
  79.  
  80. NOTE: If you register via mail, you MUST include an email address or
  81. an additional $2 to cover the cost of the diskette and postage.
  82.  
  83. ----------------
  84. Revision History
  85. ----------------
  86. 2.03 - Bugfix
  87. * Fixed a couple "special case" bugs in the 'n' and 'PV' functions
  88.  
  89. 2.0  - Enhancement
  90. * Fixed a bug that could cause the IRR function to fail
  91. * Added a second keyboard to support several new functions
  92. * Split shift key to access original shifted keyboard as well as the
  93.   new one
  94. * Added factorial button
  95. * Added amortization button
  96. * Added depreciation buttons (straight line, sum of years digits,
  97.   declining balance)
  98. * Added stats buttons (mean, weighted mean, standard deviation)
  99. * Added backspace support - graffiti backspace character will delete
  100.   last entered digit
  101. * Better support for values and operations entered via graffiti
  102.  
  103. 1.11 - Bugfix - limited distribution
  104. * Fixed a bug that would return incorrect values when solving for i
  105.   in certain circumstances.
  106.  
  107. 1.10 - Bugfix/Enhancement
  108. * Fixed a bug that didn't allow entry of very large values (greater
  109.   than about 4.2 billion)
  110. * Added cashflow buttons (CFo, CFj, Nj, NPV, IRR)
  111.  
  112. 1.02 - Bugfix
  113. * Fixed a bug in the e^x that could return incorrect results when
  114.   used with values less than 1. Functions affected: e^x, y^x, SQRT,
  115.   financial functions.
  116. * Improved the speed of the exponential functions. Some calculations
  117.   that took a couple seconds are now nearly instantaneous.
  118.  
  119. 1.01 - Bugfix
  120. * Fixed a bug that could cause incorrect values to display for small
  121.   numbers (<.1)
  122.  
  123. 1.00 - First non-beta release
  124. * Converted source to "official" MetroWorks compiler, requiring
  125.   substancial recoding of math functions.
  126. * Substancial performance improvements. The 'i' function, which used
  127.   to take >6 seconds on a typical calculation, now returns a value
  128.   in less than one second.
  129. * Substancial improvements in precision. Most calculations now result
  130.   in a precision that is higher than the number of displayable
  131.   characters.(15+ significant digits)
  132. * Added a "Places" menu which allows you to specify the number of
  133.   decimal places to round the display to.
  134. * Added buttons to keypad: %Total, %Difference
  135. * Moved existing buttons around somewhat to accomodate the new buttons
  136. * Added a "shift" button and secondary keypad for additional functions
  137. * New buttons on secondary keypad: 12x, 12/, SQRT, e^x, LN
  138. * Fixed stack roll button - rolls down instead of up now
  139. * Clear All now clears X register as well as other registers
  140. * 'n' calculations now round up to nearest whole number to follow the
  141.   12C model
  142. * Calculations can now be made on the result of financial
  143.   calculations without pressing "Enter" first
  144. * Error messages have been added for several invalid operations, such
  145.   as Divide by Zero or Overflow
  146. * Minor cosmetic update made to LCD bitmap so that values entered by
  147.   the user appear in the same location as values returned by Abacus
  148.  
  149. 0.85b - Update/Bugfix
  150. * Improved interest rate function greatly much more robust
  151. * Added a "Working..." indicator so you can tell when Abacus is busy
  152.   calculating a problem
  153. * Added a flashing 'UNREGISTERED' reminder to the shareware version
  154.  
  155. 0.81b - Minor bugfix
  156. * Implemented interest rate function - a little slow, but faster than
  157.   my 12C
  158. * Fixed percentage-button bug - for some reason I forgot to hook it up
  159.   to anything so nothing happened when tapping on the button
  160.  
  161. 0.8b - Initial public beta release