Description:
InterestCalc is a small application for PalmOS (version 2 and above), which computes parameters of investments which yield interest, i.e. investments of the following type:
- You start investing a given amount of money ("initial value")
- And regularly (monthly) add a fixed amount ("payment") to your investment.
For the whole time of your investment ("period") you are paid interest according to a fixed "interest rate". After the period, you get your investment plus interest back ("future value").
InterestCalc can compute each of the parameters explained above (the quoted strings) from the other parameters.
Of course, all of the parameters may be negative. Thus, you can also compute loans or other financial constructs with fixed interest rate.
So, InterestCalc does essentially the same as the built in financial solver of the HP48GX calculator.