Searched refs:fPayType (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 1239 double fFv, double fPayType, double & fGuess ) in RateIteration() argument 1254 fFv = fFv - fPayment * fPayType; in RateIteration() 1255 fPv = fPv + fPayment * fPayType; in RateIteration() 1338 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local 1347 fPayType = GetDouble(); in ScZins() 1361 bValid = RateIteration(fNper, fPayment, fPv, fFv, fPayType, fGuess); in ScZins()
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 650 double fFv, double fPayType, double& fGuess);
|