gcd.bigz {gmp}R Documentation

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

xs

Value

A string of the integer value.

Author(s)

Antoine Lucas

References

Gnu MP Library see http://swox.com/gmp

See Also

gcdex

Examples

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

[Package gmp version 0.3-4 Index]