disc


Purpose
Annual discount.
Synopsis
function disc(a:real, t:real)
Arguments
Discount factor, real number greater than -1
Time, real number
Return value
Annual discount value: 1/(1+a)t-1.
Further information
This function calculates the annual discount for the given period of time and discount factor.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.