gcd.bigz {gmp} | R Documentation |
Great common divisor and least common multiple.
gcd.bigz(a, b) lcm.bigz(a, b)
a,b |
Object of class bigz |
xs
A string of the integer value.
Antoine Lucas
Gnu MP Library see http://swox.com/gmp
gcd.bigz(210,342) lcm.bigz(210,342)