10. Least common multiple {VeryLargeIntegers} | R Documentation |
Computation of the least common multiple of two vli (Very Large Integers) objects.
lcmul(x, y) ## Default S3 method: lcmul(x, y) ## S3 method for class 'numeric' lcmul(x, y) ## S3 method for class 'vli' lcmul(x, y)
x |
object of class vli or 32 bits integer |
y |
object of class vli or 32 bits integer |
object of class vli
Javier Leiva Cuadrado
x <- as.vli("125634750214756") y <- as.vli("761048412524216246") lcmul(x, y)