Compare two revisions of: Expression Syntax For Generic Applets

... ... @@ -6,7 +6,7 @@ In the generic framework, there are predefined expressions for constants of func
6 6
7 7 | Category | Syntax | Examples | Note |
8 8 | :-------- | :-------- | :-------- | :-------- |
9 -|Numbers | 0-9 | 1+2| |
9 +|Numbers | 0-9 | 42, 2.5, ...| |
10 10 |Number Constants |pi, e | pi/2, e (~2.718...) | |
11 11 |Parentheses| () | (-x+1)*(x+2) | |
12 12 |Standard Operations| +,-,/,*,^ |1+2, pi/2| |
13 13