aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xflotus <[email protected]>2020-11-05 23:24:25 +0000
committerGitHub <[email protected]>2020-11-05 23:24:25 +0000
commite5b72a49b8ddf687b5fae8c00372dd5ebaad8e38 (patch)
tree2a7121d4841a042c2f8b64766e9687bf1025dd2c
parentd31097959f29d7b82dabfd050eb988a896c2e44b (diff)
fix: small errors
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 2132bee..b1c7371 100644
--- a/readme.md
+++ b/readme.md
@@ -79,7 +79,7 @@ $ cargo install --force --path /path/to/eva
79 79
80### constants 80### constants
81 81
82some constants avaliable in rust standard library. 82some constants available in rust standard library.
83 83
84``` 84```
85e pi 85e pi
@@ -92,7 +92,7 @@ pi * 5^2 # πr²
92 92
93### functions 93### functions
94 94
95all trignometric functions expect input in degrees. 95all trigonometric functions expect input in degrees.
96 96
97``` 97```
98sin cos tan csc sec cot sinh cosh tanh 98sin cos tan csc sec cot sinh cosh tanh