Commit b8e3c28e authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 87ba2529
...@@ -98,7 +98,7 @@ function run(data, config) { ...@@ -98,7 +98,7 @@ function run(data, config) {
sum = sum + (sum* perp) sum = sum + (sum* perp)
let newCompund=sum/dur let newCompund=sum/dur
let compoundPerMonth=(newCompund * 30 * 100)/maxReserve let compoundPerMonth=(newCompund * 30 * 100)/Math.abs(maxReserve)
let opt = { let opt = {
......
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