Compare two revisions of: Expression Syntax For Generic Applets

... ... @@ -8,7 +8,7 @@ In the generic framework expressions are used to describe the value of a number
8 8 | :-------- | :-------- | :-------- |
9 9 |Numbers | 0-9 | 1+2|
10 10 |$\pi$ |pi| pi/2 |
11 -|Parantheses| () | (-x+1)*(x+2) |
11 +|Parentheses| () | (-x+1)*(x+2) |
12 12 |Standard Operations| +,-,/,*,^ |1+2, pi/2|
13 13 |Absolute value| abs(arg) or |arg| | abs(x), |
14 14 |Trigonometric functions| sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh| sin(2*pi), (cos(x))^2 |
15 15