Contents:
Calculate present value of annuity due.
payment (float) – Periodic payment amount.
rate (float) – Interest rate per period (as decimal).
periods (int) – Number of periods.
Present value of annuity due.
float
Examples
>>> annuity_due_pv(1000, 0.05, 10) 8107.82