Learn R Programming

gmp (version 0.2-2)

gcd.bigz: Great common divisor, Least common multiple

Description

Great common divisor and least common multiple.

Usage

gcd.bigz(a, b)
lcm.bigz(a, b)

Arguments

a,b
Object of class bigz

Value

  • A string of the integer value.

References

Gnu MP Library see http://swox.com/gmp, Home page: http://mulcyber.toulouse.inra.fr/projects/gmp/

[object Object]

gcdex

gcd.bigz(210,342) lcm.bigz(210,342) arith