4 lines
81 B
R
4 lines
81 B
R
waitALittle <- function() {
|
|
A <- rand(500)
|
|
invisible(matlab2r::gammaln(A))
|
|
}
|