powered by
Computes the GCD of a vector.
vector_gcd(vec)
a vector, for which we want to compute the GCD.
The GCD of the elements in the given vector.
# NOT RUN { input = c(3,6,9) vector_gcd(input) # }
Run the code above in your browser using DataLab