gcd {schoolmath} | R 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)
[Package schoolmath version 0.4.2 Index]