We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84403f commit 48a5c70Copy full SHA for 48a5c70
1 file changed
README.md
@@ -34,7 +34,7 @@ The parser use the following rules to parse math expressions:
34
35
# Example
36
37
-Parsing the expression (sin(PI*0.25)+cos(PI*0.25))*sqrt(2) you obtain the following binary tree:
+Parsing the expression (sin(PI\*0.25)+cos(PI\*0.25))*sqrt(2) you obtain the following binary tree:
38
39
```
40
*
0 commit comments