Description Usage Arguments Value Examples
source: https://en.wikipedia.org/wiki/Compound_interest
@param p0 is the initial amount. @param t is the overall length of time the interest is applied (expressed using the same time units as r, usually years).
1 | continuous_compounding(p0, t, r)
|
r |
is the nominal annual interest rate is the nominal annual interest rate (as percent e.g. 4.5). |
The amount after t periods of continuous compounding.
1 | continuous_compounding(1000, 5, 0.045)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.