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