You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//*------ calculates the GCD(greatest common divisor) of two numbers
//? The GCD or HCF(Highest common factor),is the largest positive integer that divides both numbers witout leaving a remainder.There are different algorithms to calculates the GCD of two numbers, and one commonly used algorithm is the Euclidean algorithm.