2.0

Table Of Contents
Functions
Using Calculations - 234
Exp (Exponentiation)
The Exp function returns the value of the constant e to the power of a
number or numeric expression. The value of e, the base of natural
logarithms, is approximately 2.71828. This function is the inverse of the
Ln function.
Usage Example
Exp([num1])
If the field [num1] = 3
Then the calculation Exp([num1]) returns 20.08553692
In the example below, the
Exp
field is calculated using the number in the
Value
field.
FV (Future Value)
The FV function returns the future value of an investment. The future
value is determined by computing a series of constant periodic
payments made at the end of each period, earning a fixed interest rate
per period, for a fixed number of periods.
Usage Example
FV([payment num],[rate num],[num of periods])
If the payment is $100, the annual interest rate is 8%, and the number of years is 30
Then the calculation FV([payment num],[rate num],[num of periods]) returns
11,328.32 (approximately)
It is important to have the fields in the proper order as listed above.
In a different example below, the future value of a savings plan is
calculated and put in the
Future Value
field.