gcd.bigz {gmp} | R Documentation |
Great common divisor and least common multiple.
gcd.bigz(a, b) lcm.bigz(a, b)
a,b |
Either integer, numeric or string value
(String value: ither starting with 0x for hexadecimal, 0b for
binary or without prefix for decimal values.)
Or an element of class bigz. |
An element of class bigz
Antoine Lucas
Gnu MP Library see http://swox.com/gmp
gcd.bigz(210,342) lcm.bigz(210,342)