Functionsยง
- euclidean_
algorithm - Performs the Euclidean Algorithm on
a
andb
to calculate the greatest common divisor (GCD) betweena
andb
- euclidean_
algorithm_ recursion - Performs the Euclidean Algorithm recursively on
a
andb
to calculate the greatest common divisor (GCD) betweena
andb