gcd {QuantumOps} | R Documentation |
gcd
Description
Finds the gcd
Usage
gcd(x,y)
Arguments
x |
First argument |
y |
Second argument |
Value
The greated common divisor of x and y
Examples
gcd(7,3)
gcd(10,4)
[Package QuantumOps version 3.0.1 Index]