Home
last modified time | relevance | path

Searched refs:fPayType (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
1256 fFv = fFv - fPayment * fPayType; in RateIteration()
1257 fPv = fPv + fPayment * fPayType; in RateIteration()
1340 double fFv = 0, fPayType = 0, fGuess = 0.1; in ScZins() local
1349 fPayType = GetDouble(); in ScZins()
1363 bValid = RateIteration(fNper, fPayment, fPv, fFv, fPayType, fGuess); in ScZins()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx672 double fFv, double fPayType, double& fGuess);

Completed in 219 milliseconds