Translated waitALittle()
This commit is contained in:
parent
4e8c3021e0
commit
87f4ffb8d4
1 changed files with 4 additions and 0 deletions
4
R/waitALittle.R
Normal file
4
R/waitALittle.R
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
waitALittle <- function() {
|
||||||
|
A <- rand(500)
|
||||||
|
invisible(gammaln(A))
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue