math_gcd {arkhe} | R Documentation |
Computes the greatest common divisor (GCD) of two integer using the Euclidean algorithm.
math_gcd(x, y)
## S4 method for signature 'numeric,numeric'
math_gcd(x, y)
x , y |
A |
A numeric
vector.
N. Frerebeau
Other mathematic functions:
math_lcm()