powered by
Calculates the final value under compound interest.
calc_compound_interest(pv, rate, n)
Final value with compound interest.
Present value.
Interest rate per period (decimal).
Number of periods.
calc_compound_interest(pv = 1000, rate = 0.10, n = 2)
Run the code above in your browser using DataLab