diff options
author | Akshay <[email protected]> | 2020-11-06 15:18:35 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-11-06 15:18:35 +0000 |
commit | 060819ae8131bcb7535fe7bedccc07e8fdd0f329 (patch) | |
tree | d09abd869ac5c256dc0b2d2375b830660567e219 | |
parent | 358a2279b9588b9285e4594b75d7b6af65a92c23 (diff) | |
parent | e5b72a49b8ddf687b5fae8c00372dd5ebaad8e38 (diff) |
Merge branch 'patch-1' of https://github.com/0xflotus/eva into readme-fixes
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ $ cargo install --force --path /path/to/eva | |||
79 | 79 | ||
80 | ### constants | 80 | ### constants |
81 | 81 | ||
82 | some constants avaliable in rust standard library. | 82 | some constants available in rust standard library. |
83 | 83 | ||
84 | ``` | 84 | ``` |
85 | e pi | 85 | e pi |
@@ -92,7 +92,7 @@ pi * 5^2 # πr² | |||
92 | 92 | ||
93 | ### functions | 93 | ### functions |
94 | 94 | ||
95 | all trignometric functions expect input in degrees. | 95 | all trigonometric functions expect input in degrees. |
96 | 96 | ||
97 | ``` | 97 | ``` |
98 | sin cos tan csc sec cot sinh cosh tanh | 98 | sin cos tan csc sec cot sinh cosh tanh |