Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2381 float nRateOfMonth = nRate / 12; in IPmt() local
2384 log10((float)(nPayment / nPrincipalAmount - nRateOfMonth))) / in IPmt()
2385 log10((float)(1 + nRateOfMonth))); in IPmt()
2388 if (nPayment < nPrincipalAmount * nRateOfMonth) { in IPmt()
2395 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()
2399 nSum += nPrincipalAmount * nRateOfMonth; in IPmt()
2400 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()
2516 float nRateOfMonth = nRate / 12; in PPmt() local
2519 log10((float)(nPayment / nPrincipalAmount - nRateOfMonth))) / in PPmt()
2520 log10((float)(1 + nRateOfMonth))); in PPmt()
[all …]