Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx1130 double fFv, double fPaytype) in ScGetRmz() argument
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()
1239 double fFv, double fPayType, double & fGuess ) in RateIteration() argument
1254 fFv = fFv - fPayment * fPayType; in RateIteration()
1274 fTerm = fFv + fPv *fPowN+ fPayment * fGeoSeries; in RateIteration()
1310 fTerm = fFv + fPv *pow(1.0 + fX,fNper)+ fPayment * fGeoSeries; in RateIteration()
1338 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local
1349 fFv = GetDouble(); in ScZins()
[all …]
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx650 double fFv, double fPayType, double& fGuess);