gcd: Greatest common divisor of two numbers

View source: R/functions.R

gcdR Documentation

Greatest common divisor of two numbers

Description

Greatest common divisor of two numbers

Usage

gcd(x, y)

Arguments

x

first number

y

second number #'

Value

numeric greatest common divisor

Examples

gcd(42, 56)


schoolmath documentation built on Aug. 21, 2023, 5:08 p.m.