From 901f93e24527ce2cc97d5591c89f938589be9a3d Mon Sep 17 00:00:00 2001 From: $Cuentas-AppServices Date: Fri, 10 Nov 2023 17:16:40 +0000 Subject: [PATCH] fix to readme 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5cd03..eada67c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ value of cash outflows. The primary purpose of IRR is to assess the attractivene The IRR is calculated using the following formula: -$`NPV = \sum_{t=0}^T \frac{CF_t}{(1 + r)^t}`$ +$`NPV = ( \sum_{t=0}^T \frac{CF_t}{(1 + r)^t} )`$ Where: - \( NPV \) is the net present value of cash inflows and outflows.