We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b97fe commit f95dcf0Copy full SHA for f95dcf0
README.md
@@ -124,6 +124,8 @@ node: {
124
`EULER` | Mathematical constant e = 2,718282 |
125
`'-' expression` | Unary minus sign (negative numbers) |
126
`'+' expression` | Unary plus sign (positive numbers) |
127
+`'(' expression ')' expression` | Expressions without multiplication sign, e.g. `2(3)` -> `2*(3)` |
128
+`expression '(' expression ')'` | Expressions without multiplication sign, e.g. `2(3)` -> `2*(3)` |
129
130
_expression_ may be any expression as functions can be nested. Example: `DEG(2*PI)` or `LOG(10^3)`.
131
0 commit comments