Description Usage Arguments Value Examples
source: https://en.wikipedia.org/wiki/Compound_interest
1 | periodic_compounding(p, r, n, t)
|
p |
is the original principal sum. |
r |
is the nominal annual interest rate (as percent e.g. 4.5). |
n |
is the compounding frequency. |
t |
is the overall length of time the interest is applied (expressed using the same time units as r, usually years). |
The new principle sum.
1 | periodic_compounding(1500, 0.043, 4, 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.