inst/examples/negate.R

neg = 
function(x)
{
  return(- x)
}

not = 
function(x)
{
  return(! x)
}
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.