Computes the greatest common divisor (GCD) of two integer using the Euclidean algorithm.
Arguments
- x, y
A
numericvector.
Value
A numeric vector.
See also
Other mathematic functions:
math_lcm()
Computes the greatest common divisor (GCD) of two integer using the Euclidean algorithm.
A numeric vector.
A numeric vector.
Other mathematic functions:
math_lcm()