Closed genedan closed 4 years ago
right now Rate() needs several arguments for the most common form, single-period compound interest. To make things more convenient, simply calling something like Rate(.05) should result in a compound interest rate of 5% for a 1-year period.
Had a typo in commit message. Was actually close with
https://github.com/genedan/TmVal/commit/60ee779f5c6f1b0c83967dda96ba76cb557e78d9
right now Rate() needs several arguments for the most common form, single-period compound interest. To make things more convenient, simply calling something like Rate(.05) should result in a compound interest rate of 5% for a 1-year period.