Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1132 double fFv, double fPaytype) 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()
1241 double fFv, double fPayType, double & fGuess ) in RateIteration() argument
1256 fFv = fFv - 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()
1340 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local
1351 fFv = GetDouble(); in ScZins()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx672 double fFv, double fPayType, double& fGuess);

Completed in 33 milliseconds