examples/loop2.R

g =
function(n)
{
  ans = c()
  for(i in rnorm(n)) {
       ans[i] = if(abs(i) > 3) log(i) else i
  }
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.