Initializing help system before first use

disc

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.
Module