powered by
Evaluate a yacas expression.
Eval(x, env = parent.frame(), ...)
Object to be evaluated.
Environment or list in which to perform evaluation.
Not currently used.
# NOT RUN { Eval(yacas(expression(x*x)), list(x=2)) # same x <- 2 Eval(yacas(expression(x*x))) # }
Run the code above in your browser using DataLab