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