Searched refs:fPayType (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 1241 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 D | interpre.hxx | 672 double fFv, double fPayType, double& fGuess);
|
Completed in 31 milliseconds