add double star (exponent) operator to list

This commit is contained in:
Akshay 2020-10-12 10:08:41 +05:30
parent 7118506a2a
commit d31097959f

View File

@ -74,7 +74,7 @@ $ cargo install --force --path /path/to/eva
### operators
- binary operators: `+ - * / ^`
- binary operators: `+ - * / ^ **`
- unary operators: `+ -`
### constants