Skip to content

Commit f95dcf0

Browse files
committed
Update README
1 parent c6b97fe commit f95dcf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ node: {
124124
`EULER` | Mathematical constant e = 2,718282 |
125125
`'-' expression` | Unary minus sign (negative numbers) |
126126
`'+' 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)` |
127129

128130
_expression_ may be any expression as functions can be nested. Example: `DEG(2*PI)` or `LOG(10^3)`.
129131

0 commit comments

Comments
 (0)