Numerical¶
These are a few modules created in order to practice using computational analysis to solve problems.
gcd_iter
¶
Display an iterative method for determining the greatest common denominator.
Jan 17, 2019:
Just added in
sys
so that we accept input from the user.
gcd_recur
¶
Find the greatest common denominator using a slightly different algorithm.