| calc_continuous_compounding | R Documentation |
Calculates the future value with continuous compounding.
calc_continuous_compounding(pv, rate, t)
pv |
Present value. |
rate |
Nominal annual interest rate (decimal). |
t |
Time in years. |
Future value with continuous compounding.
calc_continuous_compounding(pv = 1000, rate = 0.05, t = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.