Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
annuity(number1, number2)
number1
represents the interest rate (expressed as a decimal) and number2
represents the number of periods over which you receive annuity payments. (1 - (1 + rate) ^ -periods) / rate
rate / 12,
and be sure to express the number of periods as months (2 years = 24 months).
Functions
Version 0.7b1 (March 24, 2022)