22
33RPN calculator app for the TI-83 Plus and TI-84 Plus inspired by the HP-42S.
44
5- ** Version** : 0.9.0-dev (2024-01-05 )
5+ ** Version** : 0.9.0 (2024-01-06 )
66
77** Project Home** : https://github.com/bxparks/rpn83p
88
@@ -1907,9 +1907,9 @@ an `X=752.098` (a minimum rainfall of 752) which is not reasonable.
19071907
19081908### TVM Functions
19091909
1910- Version 0.7.0 implements a usable Time Value of Money functionality that is
1911- inspired by RPN financial calculators such as the HP-12C and the HP-30b. They
1912- are available through the ` ROOT ` > ` TVM ` menu:
1910+ The Time Value of Money (TVM) functionality is inspired by RPN financial
1911+ calculators such as the HP-12C, HP-17B, and the HP-30b. They are available
1912+ through the ` ROOT ` > ` TVM ` menu:
19131913
19141914- ![ ROOT MenuRow 2] ( images/rpn83p-menu-root-2.png )
19151915 - ![ TVM MenuRow 1] ( images/rpn83p-menu-root-tvm-1.png )
@@ -2014,7 +2014,7 @@ The TVM Solver tries to handle the various cases as follows:
20142014 solution must exist. The TVM Solver will return a ` TVM Not Found ` error
20152015 message.
20162016- If the equation has 2 solutions, but the TVM Solver finds only one of the 2
2017- solutions, the solver currently (v0.7 .0) does not notify the user that another
2017+ solutions, the solver currently (v0.9 .0) does not notify the user that another
20182018 solution may exist. A normal ` TVM Calculated ` will be returned.
20192019- If there are 2 solutions, but the solver finds neither solution, a `TVM Not
20202020 Found` message will be returned.
@@ -2027,7 +2027,7 @@ required, calculating the `I%YR` will take noticeably longer than the other
20272027variables. Somewhere between 1-3 seconds on the TI-84 Plus model has been
20282028observed.
20292029
2030- The RPN83P currently (v0.7 .0) uses the [ Newton-Secant
2030+ The RPN83P currently (v0.9 .0) uses the [ Newton-Secant
20312031method] ( https://en.wikipedia.org/wiki/Secant_method ) to solve for ` I%YR ` . For
20322032the purpose of debugging and to allow extra control for advanced users, three
20332033parameters that affect the progression and termination of the algorithm are
@@ -2120,7 +2120,7 @@ original menu with the addition of a question mark (e.g. `WSIZ` and `WSZ?`).
21202120This helps with discovery because each function is directly shown through the
21212121menu system, with no hidden features. But there are so many TVM variables and
21222122parameters, that adding the ` ? ` variant of all those menu buttons would have
2123- made the menu rows too cluttered and hard to navigate. Currently (v0.7 .0), the
2123+ made the menu rows too cluttered and hard to navigate. Currently (v0.9 .0), the
21242124TVM submenu is the only place where the ` 2ND ` button is used for hidden menu
21252125functionality.
21262126
0 commit comments