Source string
- Enter mathematical expressions such as
2 + 2
orsqrt(5)
. You may assign variables and create mathematical functions and evaluate them. Use the;
to separate these. For example:f(x) = x + 2; f(2)
. The result of the mathematical expression of the previous row can be accessed by using the[expression]
token itself.
Used at the following places
- Backdrop CMS: 1.26 (1), 1.27 (1), 1.28 (1), 1.29 (1)