Futurebasic/Language/Reference/annuity
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Contents |
[edit] FN Annuity#
[edit] Function
✔ Appearance ✔ Standard ✔ Console
[edit] Syntax
annuityFactor# = fn annuity#( rate, periods )
[edit] Description
Returns the annuity factor for the given interest rate and number of periods. The interest rate should be expressed as a fraction of 1; for example, 5.2 percent should be expressed as 0.052.
[edit] Notes
fn annuity# uses the following formula:

This page may need to be