Commit b11cc61a authored by JingChao's avatar JingChao

Updates angular/hlsFinance.md

Auto commit by GitBook Editor
parent b2151005
......@@ -23,7 +23,10 @@
- 需要传递的参数为 数组
- 调用实例
```javascript
function IRR() {
var array = [-950000, 90258.31, 90258.31, 90258.31, 90258.31, 90258.31, 90258.31, 90258.31, 90258.31, 90258.31, 70358.31];
var irr = hlsFinance.IRR(array);
}
```
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