Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx1239 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 Dinterpre.hxx650 double fFv, double fPayType, double& fGuess);