Commit a7a23f9e authored by JingChao's avatar JingChao

Updates angular/hlsFinance.md

Auto commit by GitBook Editor
parent 37a16a0e
...@@ -6,14 +6,13 @@ ...@@ -6,14 +6,13 @@
- 需要传递的参数如下 - 需要传递的参数如下
```javascript ```javascript
/** /**
* * @param ir interest rate per month
* @param ir interest rate per month * @param np number of periods (months)
* @param np number of periods (months) * @param pv present value
* @param pv present value * @param fv future value (residual value)
* @param fv future value (residual value) * @returns {number} 计算结果;
* @returns {number} 计算结果; * @constructor
* @constructor */
*/ PMT: function (ir, np, pv, fv, type) {
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