powered by
Calculates the present value with continuous compounding.
calc_pv_continuous(fv, rate, t)
Present value with continuous compounding.
Future value.
Nominal annual interest rate (decimal).
Time in years.
calc_pv_continuous(fv = 1105.17, rate = 0.05, t = 2)
Run the code above in your browser using DataLab