Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Finance.js
// e.g., If number of periods is 5, initial investment is -$50, and the cash flows are $10, $13, $16, $19, and $22 for each year, the payback period is 3.42 years.

finance.PP(5, -50, 10, 13, 16, 19, 22);
=> 3.42</code></pre>
=> 3.58</code></pre>

<h3 id="PV">Present Value (PV)<br>

Expand Down Expand Up @@ -280,4 +280,4 @@ Contributions are welcome to aid in the expansion of the library. In lieu of a f
### To Do

- Expand library with more financial calculations
- Include edge cases in testing, if any
- Include edge cases in testing, if any