R/RcppExports.R

Defines functions yacas_evaluate yacas_init_force

Documented in yacas_evaluate

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

yacas_init_force <- function(path) {
    invisible(.Call(`_Ryacas0_yacas_init_force`, path))
}

#' Evaluate yacas expression
#' 
#' This is a low-level function for evaluating yacas expression represented as
#' string.
#' 
#' @param expr Yacas expression
#' @return Result of evaluating \code{expr} by yacas in OpenMath format and
#' side-effects of the evaluation
#' 
#' @examples
#' yacas_evaluate("D(x)Sin(x^2)")
#' 
#' @export
yacas_evaluate <- function(expr) {
    .Call(`_Ryacas0_yacas_evaluate`, expr)
}

Try the Ryacas0 package in your browser

Any scripts or data that you put into this service are public.

Ryacas0 documentation built on Jan. 12, 2023, 5:11 p.m.