Home
last modified time | relevance | path

Searched refs:fGuess (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1241 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()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx672 double fFv, double fPayType, double& fGuess);

Completed in 37 milliseconds