E r g e b n i s / R e s u l t
Sink Fund Factor.
B e s c h r e i b u n g / D e s c r i p t i o n
Code:
This program routine computes the Sink Fund Factor. The function is
defined by the following expression :
x
SinkFund(x,y) = --------------------
(x + 1.0)**y - 1.0
where x is the rate
and y is the term. S y n t a x
SINKFUND can be called from Spreadsheet by inputting
Code:
+call("sinkfund",x,y) P a r a m e t e r
x and y are either constants or cell references.
Both the parameters and result are AP_BIGs.
R e t u r n s
The Sink Fund Factor
B e i s p i e l / E x a m p l e
Code:
+call("sinkfund",x,y)