From 66d178472a47807cbcb291e8a635738befe8eb57 Mon Sep 17 00:00:00 2001 From: saksham vitwekar Date: Fri, 3 Apr 2026 04:09:52 +0530 Subject: [PATCH] Fixing CockCroft Gault Formula in docs (again) --- 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 38cc276..2452b41 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)} \times \text{Weight}{(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