Futurebasic/Language/Reference/compound
(Redirected from Futurebasic/language/reference/compound)
COMPOUND function
editCOMPOUND
editFunction
edit(+) | Appearance | (+) | Standard | (+) | Console |
Syntax
editcompoundFactor# = FN COMPOUND#(rate, periods)
Description
editReturns the compounding 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.
Note
editCOMPOUND
uses the following formula:
compoundFactor# =
(1 + rate
)periods