inst/examples/mult.R

mul1 =
function(x)
{
   return( 2 *  x)
}

mul =
function(x, y)
{
   return( 2 * ( x + y) )
}



         
duncantl/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.