Nothing
# 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.