From e87d02ea6f994bde8d13be5c0c577947fb5605cf Mon Sep 17 00:00:00 2001 From: saksham vitwekar Date: Tue, 31 Mar 2026 16:52:59 +0530 Subject: [PATCH] Updating LaTeX formula for MELD --- docs/miscellaneous/MELD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/miscellaneous/MELD.md b/docs/miscellaneous/MELD.md index 9505801..b4bab20 100644 --- a/docs/miscellaneous/MELD.md +++ b/docs/miscellaneous/MELD.md @@ -21,7 +21,7 @@ The MELD score is calculated using the following formula:- $$ -\textbf{MELD} = (9.57 \times \ln(\text{Serum Creatinine})) + (3.78 \times \text{Serum Bilirubin}) + (11.2 \times \text{INR}) + 6.43 +\textbf{MELD} = (9.57 \times \ln(\text{Serum Creatinine})) + (3.78 \times \ln(\text{Serum Bilirubin})) + (11.2 \times \ln(\text{INR})) + 6.43 $$ ### Notice:-