gcd: The greatest common divisor of two numbers.

Description Usage Arguments Value Examples

Description

The greatest common divisor of two numbers.

Usage

1
gcd(x, y)

Arguments

x

A number

y

A number

Value

The greatest common divisor of x and y.

Examples

1
2
gcd(12, 16)
gcd(3, 5)

jpalardy/enablr documentation built on May 19, 2019, 10:43 p.m.