yac | R Documentation |
Run yacas command
yac(x, rettype = c("str", "expr", "silent"))
x |
yacas command |
rettype |
|
yac("D(x) x^2 + 4*x") yac("D(x) x^2 + 4*x", rettype = "str") yac("D(x) x^2 + 4*x", rettype = "expr") yac("D(x) x^2 + 4*x", rettype = "silent")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.