From d9ae31d762ad73756b53c580e5f42fd391350df6 Mon Sep 17 00:00:00 2001 From: saksham vitwekar Date: Fri, 3 Apr 2026 04:08:03 +0530 Subject: [PATCH] Fixing CockCroft Gault Formula in docs --- docs/Utilities/cockcroft-gault-eq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Utilities/cockcroft-gault-eq.md b/docs/Utilities/cockcroft-gault-eq.md index 62f836c..38cc276 100644 --- a/docs/Utilities/cockcroft-gault-eq.md +++ b/docs/Utilities/cockcroft-gault-eq.md @@ -16,7 +16,7 @@ ### Formula #### It uses the following formula to calculate the CrCl $$ -CrCl = \frac{(140 - Age)}{(72 \times S. Creatinine)} \times 0.85 \text{(if patient is female)} +CrCl = \frac{(140 - Age)} \times \text{Weight}{(72 \times S. Creatinine)} \times 0.85 \text{(if patient is female)} $$ ## Interpretation