Translated waitALittle()

This commit is contained in:
Waldir Leoncio 2022-07-19 12:57:13 +02:00
parent 4e8c3021e0
commit 87f4ffb8d4

4
R/waitALittle.R Normal file
View file

@ -0,0 +1,4 @@
waitALittle <- function() {
A <- rand(500)
invisible(gammaln(A))
}