Searched refs:fFv (Results 1 – 2 of 2) sorted by relevance
1130 double fFv, double fPaytype) in ScGetRmz() argument1135 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() argument1254 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() local1349 fFv = GetDouble(); in ScZins()[all …]
650 double fFv, double fPayType, double& fGuess);