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