Learn R Programming

QuantumOps (version 3.0.1)

gcd: 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

Run this code
# NOT RUN {
 gcd(7,3)
 gcd(10,4)
# }

Run the code above in your browser using DataLab