< Futurebasic < Language < Reference 
      COMPOUND function
COMPOUND
Function
| (+) | Appearance | (+) | Standard | (+) | Console | 
Syntax
compoundFactor# = FN COMPOUND#(rate, periods)
Description
Returns 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
COMPOUND uses the following formula:
compoundFactor# = (1 + rate)periods
See Also
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.