powered by
Computes the GCD of two numbers.
gcd(v, t)
first input number.
second input number.
Computes the GCD of the two given numbers
https://rosettacode.org/wiki/Greatest_common_divisor#R
# NOT RUN { gcd(6,12) # }
Run the code above in your browser using DataLab