## S3 method for class 'character':
yacas(x, verbose = FALSE, method,
retclass = c("expression", "character", "unquote"), addSemi = TRUE, ...)
## S3 method for class 'expression':
yacas(x, ...)
## S3 method for class 'function':
yacas(x, ...)
## S3 method for class 'formula':
yacas(x, ...)
## S3 method for class 'yacas':
yacas(x, ...)
"yacas"
is returned. If
PrettyPrinter("OMForm")
is in effect, which it is by default,
then the first component is an R expression and the OMForm
component contains OpenMath XML code. In other cases the first
component is NULL and the YacasForm
or PrettyForm
components have display information.