Searched refs:fGuess (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 1241 double fFv, double fPayType, double & fGuess ) in RateIteration() argument 1260 fX = fGuess; in RateIteration() 1299 fX = (fGuess < -1.0) ? -1.0 : fGuess; // start with a valid fX in RateIteration() 1330 fGuess = fX; // return approximate root in RateIteration() 1340 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local 1347 fGuess = GetDouble(); in ScZins() 1363 bValid = RateIteration(fNper, fPayment, fPv, fFv, fPayType, fGuess); in ScZins() 1366 PushDouble(fGuess); in ScZins()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | interpre.hxx | 650 double fFv, double fPayType, double& fGuess);
|
Completed in 35 milliseconds