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.cxx1135 double fPayment; in ScGetRmz() local
1137 fPayment = (fPv + fFv) / fNper; in ScGetRmz()
1147 return -fPayment; in ScGetRmz()
1240 bool ScInterpreter::RateIteration( double fNper, double fPayment, double fPv, in RateIteration() argument
1256 fFv = fFv - fPayment * fPayType; in RateIteration()
1257 fPv = fPv + fPayment * fPayType; in RateIteration()
1276 fTerm = fFv + fPv *fPowN+ fPayment * fGeoSeries; in RateIteration()
1312 fTerm = fFv + fPv *pow(1.0 + fX,fNper)+ fPayment * fGeoSeries; in RateIteration()
1338 double fPv, fPayment, fNper; in ScZins() local
1353 fPayment = GetDouble(); in ScZins()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx671 bool RateIteration(double fNper, double fPayment, double fPv,

Completed in 37 milliseconds