gcd {schoolmath}R Documentation

Greatest common divisor of two numbers

Description

This function gives the greatest common divisor of two numbers

Usage

gcd(x, y)

Arguments

x first number
y second number

Author(s)

Joerg Schlarmann

See Also

scm

Examples

gcd(42, 56)

[Package schoolmath version 0.2 Index]