Searched refs:fGuess (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 1258 fX = fGuess; in RateIteration() 1297 fX = (fGuess < -1.0) ? -1.0 : fGuess; // start with a valid fX in RateIteration() 1328 fGuess = fX; // return approximate root in RateIteration() 1338 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local 1345 fGuess = GetDouble(); in ScZins() 1361 bValid = RateIteration(fNper, fPayment, fPv, fFv, fPayType, fGuess); in ScZins() 1364 PushDouble(fGuess); in ScZins()
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 650 double fFv, double fPayType, double& fGuess);
|