Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
shkrobutandriy committed Apr 17, 2022
1 parent 3bac4ff commit 0108423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ res.addEventListener("click", (event) => {
alert("er");
} else {
result =
(start + (proc / 12 + (1 + proc / 12)) ** term) /
(start * (proc / 12) * (1 + proc / 12) ** term) /
((1 + proc / 12) ** term - 1);
}

Expand Down

0 comments on commit 0108423

Please sign in to comment.