Home
last modified time | relevance | path

Searched refs:fPayment (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx1133 double fPayment; in ScGetRmz() local
1135 fPayment = (fPv + fFv) / fNper; in ScGetRmz()
1139 fPayment = (fFv + fPv * exp( fNper * ::boost::math::log1p(fRate) ) ) * fRate / in ScGetRmz()
1142 fPayment = (fFv + fPv * exp(fNper * ::boost::math::log1p(fRate) ) ) * fRate / in ScGetRmz()
1145 return -fPayment; in ScGetRmz()
1238 bool ScInterpreter::RateIteration( double fNper, double fPayment, double fPv, in RateIteration() argument
1254 fFv = fFv - fPayment * fPayType; in RateIteration()
1255 fPv = fPv + fPayment * fPayType; in RateIteration()
1274 fTerm = fFv + fPv *fPowN+ fPayment * fGeoSeries; in RateIteration()
1275 fTermDerivation = fPv * fNper * fPowNminus1 + fPayment * fGeoSeriesDerivation; in RateIteration()
[all …]
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx649 bool RateIteration(double fNper, double fPayment, double fPv,