this code finds the gcd of two numbers i cant understand how it works.
first you get the remainder of the bigger number by the smaller number and then
set the remainder to the variable of the last big number and then repeat the whole procces again until the remainder of the bigger number is 0 by the smaller number i cant understand it can somebody explain?