You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Returns the future value given the interest rate per priod (rate), the number of periods (nper), a fixed payment amount (pmt), and the present value (pv).
// eop should be set to true if payments are made at the end of the period, and false if they are made at the beginning of the period.