Description Usage Arguments Value Examples
source: https://en.wikipedia.org/wiki/Compound_interest
1 | accumulation_function(t, r, n)
|
t |
is the overall length of time the interest is applied (expressed using the same time units as r, usually years). |
r |
is the nominal annual interest rate is the nominal annual interest rate (as percent e.g. 4.5). |
n |
is the compounding frequency. |
An accumulation multiple.
1 | accumulation_function(20, 0.045, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.