Searched refs:nPeriod (Results 1 – 1 of 1) sorted by relevance
2684 double nPeriod = ValueToDouble(pThis, argThree.get()); in FV() local2685 if ((nRate < 0) || (nPeriod <= 0) || (nAmount <= 0)) { in FV()2693 for (int i = 0; i < nPeriod; ++i) { in FV()2698 dResult = nAmount * nPeriod; in FV()2918 double nPeriod = ValueToDouble(pThis, argThree.get()); in PV() local2919 if ((nAmount <= 0) || (nRate < 0) || (nPeriod <= 0)) { in PV()2925 for (int32_t i = 0; i < nPeriod; ++i) in PV()