We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ced298 commit 9b9652fCopy full SHA for 9b9652f
README.md
@@ -7,14 +7,14 @@ simple interactive command line calculator.
7
* `-V` version
8
9
## Feature
10
-Syntay: ´func(..)´
11
-* ´abs´
12
-* ´tan´, ´sin´, ´cos´
13
-* ´atan´, ´asin´, ´acos´
14
-* ´log´
15
-* ´sqrt´
16
-* ´floor´
17
-* ´ceil´
+Syntay: `func(..)`
+* `abs`
+* `tan`, `sin`, `cos`
+* `atan`, `asin`, `acos`
+* `log`
+* `sqrt`
+* `floor`
+* `ceil`
18
19
## Dependencies
20
* ghc
0 commit comments