|
Basic Financial Calculator for Google Desktop |
|
|
|
Written by Administrator
|
|
Wednesday, 16 April 2008 |
|
You can get it here.
This is a Reverse Polish Notation (RPN) calculator that can perform basic financial calculations. A RPN calculator works as follows, to do 1 + 1 = 2, type: 1 [E] 1 [E] [+] (Where [E] is either enter or the Enter button, in this text, buttons are represented using [ ])
Definition of buttons: - [C] = Clear all records (PV, FV, etc) and the Stack
- [D] = Delete the last entry of the stack (If entry is a record, then it will be reset)
- [PV] = Present value, default is 0
- [FV] = Future value, default is 0
- [I] = Interest rate per N, Q compound, default is 0
- [N] = Term, e.g. years, default is 0
- [PMT] = Payment per Q, default is 0
- [Q] = Interval, e.g. months, default is 12
To do basic financial calculations, for example to calculate the following:
- Present Value = 100000
- Interest rate = 5% per year, monthly compound
- Future Value = 0
- Term = 20 years
- Payment = ? (per month)
Type the following:
- 100000
- [PV] (Press the PV button)
- 0.05
- [I] (Press the I button)
- 20
- [N] (Press the N button)
- [PMT] (Press the PMT button, with the input line either empty or set to 0)
Paranoid Android Software cc does not warrant the correctness of any calculated values.
|
|
Last Updated ( Wednesday, 16 April 2008 )
|