aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-12 05:38:41 +0100
committerAkshay <[email protected]>2020-10-12 05:38:41 +0100
commitd31097959f29d7b82dabfd050eb988a896c2e44b (patch)
treebbaeae282f96d96879ad16c042ea75a7d4b59858
parent7118506a2a51a3261087d69a57a1c3f185175829 (diff)
add double star (exponent) operator to list
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 87f6be5..2132bee 100644
--- a/readme.md
+++ b/readme.md
@@ -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