Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1132 double fPayment; in ScGetRmz() local
1134 fPayment = (fPv + fFv) / fNper; in ScGetRmz()
1138 fPayment = (fFv + fPv * exp( fNper * std::log1p(fRate) ) ) * fRate / in ScGetRmz()
1141 fPayment = (fFv + fPv * exp(fNper * std::log1p(fRate) ) ) * fRate / in ScGetRmz()
1144 return -fPayment; in ScGetRmz()
1237 bool ScInterpreter::RateIteration( double fNper, double fPayment, double fPv, in RateIteration() argument
1253 fFv = fFv - fPayment * fPayType; in RateIteration()
1254 fPv = fPv + fPayment * fPayType; in RateIteration()
1273 fTerm = fFv + fPv *fPowN+ fPayment * fGeoSeries; in RateIteration()
1274 fTermDerivation = fPv * fNper * fPowNminus1 + fPayment * fGeoSeriesDerivation; in RateIteration()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx671 bool RateIteration(double fNper, double fPayment, double fPv,