From f3903bc4717ce1e7e747b71f796f91b1e8ea329f Mon Sep 17 00:00:00 2001 From: $Cuentas-AppServices Date: Fri, 10 Nov 2023 17:14:33 +0000 Subject: [PATCH] fix to readme 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fd6b5d..ca5cd03 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.