Difference between revisions of "Pvperp"
Line 15: | Line 15: | ||
; [[Syntax]]: Pvperp(c, rate : Numeric) | ; [[Syntax]]: Pvperp(c, rate : Numeric) | ||
− | ; Library: [[Financial functions]] | + | ; Library: [[Financial library functions]] |
; More Examples and Tips: ''None yet.'' | ; More Examples and Tips: ''None yet.'' |
Revision as of 20:17, 25 June 2007
Function Pvperp(c,rate)
Description: Calculates the present value of a perpetuity (a bond that pays a constant amount in perpetuity).
Note: To calculate the present value of a growing perpetuity use Pvgperp.
- Example
Pvperp(200,0.06) → 3333
- Expects
- c and rate as numeric.
- Parameters
- c is the constant payment amount;
rate is the interest rate per time period.
- Function definition
- c/rate
- Syntax
- Pvperp(c, rate : Numeric)
- Library
- Financial library functions
- More Examples and Tips
- None yet.
Comments
Enable comment auto-refresher