powered by
Finds the gcd
gcd(x,y)
First argument
Second argument
The greated common divisor of x and y
# NOT RUN { gcd(7,3) gcd(10,4) # }
Run the code above in your browser using DataLab