gmp-ifiworkarounds | R Documentation |
Functions from base etc which need a copy in the gmp namespace so they correctly dispatch.
outer(X, Y, FUN = "*", ...)
X , Y , FUN , ... |
See base package help: |
outer
.
twop <- as.bigz(2)^(99:103)
(mtw <- outer(twop, 0:2))
stopifnot(
identical(dim(mtw), as.integer(c(5,3)))
,
mtw[,1] == 0
,
identical(as.vector(mtw[,2]), twop)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.