/gcd_calculator

the gcd (greatest common divisor) calculator uses euclid's algorithm to calculate the gcd of any two given numbers. it also shows you the steps used to obtain the final answer in a nice small table. this came in handy when doing homework for my ece 103 course at the university of waterloo since the actual method was quite time consuming to do by hand.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Stargazers