Searched refs:nPrincipal (Results 1 – 1 of 1) sorted by relevance
2357 FX_DOUBLE nPrincipal = ValueToDouble(pThis, argOne.get()); in Apr() local2360 if (nPrincipal <= 0 || nPayment <= 0 || nPeriods <= 0) { in Apr()2366 2 * (nPeriods * nPayment - nPrincipal) / (nPeriods * nPrincipal); in Apr()2371 FX_DOUBLE nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()2387 nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()2584 FX_FLOAT nPrincipal = ValueToFloat(pThis, argOne.get()); in Pmt() local2587 if ((nPrincipal <= 0) || (nRate <= 0) || (nPeriods <= 0)) { in Pmt()2597 args.GetReturnValue()->SetFloat((nPrincipal * nRate * nSum) / (nSum - 1)); in Pmt()