5 lines
71 B
R
5 lines
71 B
R
|
|
waitALittle <- function() {
|
||
|
|
A <- rand(500)
|
||
|
|
invisible(gammaln(A))
|
||
|
|
}
|