Searched refs:fFv (Results 1 – 2 of 2) sorted by relevance
1132 double fFv, double fPaytype) in ScGetRmz() argument1137 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() argument1256 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() local1351 fFv = GetDouble(); in ScZins()[all …]
672 double fFv, double fPayType, double& fGuess);
Completed in 117 milliseconds