Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Jul 12, 2019
1 parent c6b97fe commit f95dcf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ node: {
`EULER` | Mathematical constant e = 2,718282 |
`'-' expression` | Unary minus sign (negative numbers) |
`'+' expression` | Unary plus sign (positive numbers) |
`'(' expression ')' expression` | Expressions without multiplication sign, e.g. `2(3)` -> `2*(3)` |
`expression '(' expression ')'` | Expressions without multiplication sign, e.g. `2(3)` -> `2*(3)` |

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

Expand Down

0 comments on commit f95dcf0

Please sign in to comment.