From df2fbe11470e5cd3ca10fe857f51667a9f49d03f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 5 Nov 2021 14:30:01 -0400 Subject: [PATCH] Update for 05-11-21 14:30 --- math/euclidean_algorithm.wiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/euclidean_algorithm.wiki b/math/euclidean_algorithm.wiki index cb2ebf4..c0e5f17 100644 --- a/math/euclidean_algorithm.wiki +++ b/math/euclidean_algorithm.wiki @@ -1 +1,4 @@ = Euclidean Algorithm = + +The Euclidean Algorithm is an algorithm for finding the inverse of a number +when working within a modulo.