diff options
author | Akshay <nerdy@peppe.rs> | 2020-10-12 05:38:41 +0100 |
---|---|---|
committer | Akshay <nerdy@peppe.rs> | 2020-10-12 05:38:41 +0100 |
commit | d31097959f29d7b82dabfd050eb988a896c2e44b (patch) | |
tree | bbaeae282f96d96879ad16c042ea75a7d4b59858 | |
parent | 7118506a2a51a3261087d69a57a1c3f185175829 (diff) |
add double star (exponent) operator to list
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ $ cargo install --force --path /path/to/eva | |||
74 | 74 | ||
75 | ### operators | 75 | ### operators |
76 | 76 | ||
77 | - binary operators: `+ - * / ^` | 77 | - binary operators: `+ - * / ^ **` |
78 | - unary operators: `+ -` | 78 | - unary operators: `+ -` |
79 | 79 | ||
80 | ### constants | 80 | ### constants |