From 695b9298ef0cae3987dda51e5d695be63b8fb4d9 Mon Sep 17 00:00:00 2001 From: BDT <43049623+B-D-T@users.noreply.github.com> Date: Mon, 16 Nov 2020 21:22:21 -0500 Subject: [PATCH] Update README.md Fixed solution in finance.PP example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 801bd6f..f71ec6d 100755 --- a/README.md +++ b/README.md @@ -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 + => 3.58