$math
Calculates numbers with any mathematically correct quantifier(s) in between.
Usage: $math[10*(2+5)/7*8-2]
e#### Usage: $math[Expression;Name1=Value1;Name1=Value2]
Alternatives
$sum, can be used to sum up arguments.
$sub, can be used to subtract arguments.
$multi, can be used to multiply arguments.
$divide, can be used to divide arguments.
Valid Quantifiers
| Operator | Associativity | Description |
|---|---|---|
| (...) | None | Grouping (brackets) |
| ! | Left | Factorial |
| ^ | Right | Exponentiation |
| +, -, sqrt | Right | Unary prefix operators |
| *, /, % | Left | Multiplication, division, remainder |
| +, - | Left | Addition, subtraction |
Are there any more advanced functions?
There are more advanced functions located here.