From dbd17cd544b770da2501bb6519d05950f86e7205 Mon Sep 17 00:00:00 2001 From: ShudarsanRegmi Date: Sat, 2 Nov 2024 11:01:31 +0530 Subject: [PATCH] fixed missed updates --- docs/algorithms/mathematics-algorithms/euclidean-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/algorithms/mathematics-algorithms/euclidean-algorithm.md b/docs/algorithms/mathematics-algorithms/euclidean-algorithm.md index 48a1e4f7f..56e573e46 100644 --- a/docs/algorithms/mathematics-algorithms/euclidean-algorithm.md +++ b/docs/algorithms/mathematics-algorithms/euclidean-algorithm.md @@ -63,7 +63,7 @@ if __name__ == "__main__": 2. $ 56 \mod 42 = 14 $ 3. $ 42 \mod 14 = 0 $ -$$ \text{GCD} = 14 $$ +$ \text{GCD} = 14 $ ### Example 2: GCD of 101 and 103 1. $ 103 \mod 101 = 2 $