Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1131 double ScInterpreter::ScGetRmz(double fRate, double fNper, double fPv, in ScGetRmz() argument
1137 fPayment = (fPv + fFv) / fNper; in ScGetRmz()
1141 fPayment = (fFv + fPv * exp( fNper * ::boost::math::log1p(fRate) ) ) * fRate / in ScGetRmz()
1144 fPayment = (fFv + fPv * exp(fNper * ::boost::math::log1p(fRate) ) ) * fRate / in ScGetRmz()
1240 bool ScInterpreter::RateIteration( double fNper, double fPayment, double fPv, in RateIteration() argument
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
1352 fPv = GetDouble(); in ScZins()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx671 bool RateIteration(double fNper, double fPayment, double fPv,

Completed in 38 milliseconds