From 11339dbac0948e0c5798b50aad59dbded85e7efb Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 4 Mar 2020 21:22:38 -0800 Subject: [PATCH] Add a negative number to the example of NPV. Otherwise the user may doubt whether negative numbers can be used. --- source/text/scalc/01/04060119.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/scalc/01/04060119.xhp b/source/text/scalc/01/04060119.xhp index ea6686d20a1a..9805881768f1 100644 --- a/source/text/scalc/01/04060119.xhp +++ b/source/text/scalc/01/04060119.xhp @@ -338,9 +338,9 @@ Value1, Value2, ..., Value30 are up to 30 values, which represent deposits or withdrawals. -What is the net present value of periodic payments of 10, 20 and 30 currency units with a discount rate of 8.75%. At time zero the costs were paid as -40 currency units. +What is the net present value of periodic payments of 10, 20, 30 and -5 currency units with a discount rate of 8.75%. At time zero the costs were paid as -40 currency units. -=NPV(8.75%;10;20;30) = 49.43 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 9.43 currency units. +=NPV(8.75%;10;20;30;-5) = 45.68 currency units. The net present value is the returned value minus the initial costs of 40 currency units, therefore 5.68 currency units.
calculating;nominal interest rates -- 2.20.1