inst/examples/mult.R

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

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



         
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.