ourMELONS/R/waitALittle.R
2022-07-19 14:34:08 +02:00

4 lines
81 B
R

waitALittle <- function() {
A <- rand(500)
invisible(matlab2r::gammaln(A))
}