Commit 37a16a0e authored by JingChao's avatar JingChao

Updates angular/hlsFinance.md

Auto commit by GitBook Editor
parent ee87c5c6
......@@ -3,4 +3,17 @@
##### 一、PMT计算公式
- 需要传递的参数如下
```javascript
/**
*
* @param ir interest rate per month
* @param np number of periods (months)
* @param pv present value
* @param fv future value (residual value)
* @returns {number} 计算结果;
* @constructor
*/
PMT: function (ir, np, pv, fv, type) {
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment