Contents:
Calculate future value of annuity due.
payment (float) – Periodic payment amount.
rate (float) – Interest rate per period (as decimal).
periods (int) – Number of periods.
Future value of annuity due.
float
Examples
>>> annuity_due_fv(1000, 0.05, 10) 13206.79