Description Usage Arguments Examples
Safely eval a string as an expression
1 2 3 4 5 6 7 8 |
x |
string to evaluate |
vars |
list with variable values |
replace_comma |
Replace ',' with '.' before parsing |
insert_products |
Make implicit products explicit |
allowed_functions |
functions (sequence of characters) that should not have products, e.g. |
1 | safe_eval("2+2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.