eva: add page (#3490)

italian
David 2019-10-29 14:38:47 +01:00 committed by Marco Bonelli
parent 5fec60d015
commit f27fb9212a
1 changed files with 20 additions and 0 deletions

20
pages/common/eva.md Normal file
View File

@ -0,0 +1,20 @@
# eva
> Simple calculator REPL, similar to `bc`, with syntax highlighting and persistent history.
> More information <https://github.com/NerdyPepper/eva>.
- Run the calculator in interactive mode:
`eva`
- Calculate the result of an expression:
`eva "{{(1 + 2) * 2 ^ 2}}"`
- Calculate an expression forcing the number of decimal places to 5:
`eva --fix {{5}} "{{5 / 3}}"`
- Calculate an expression with sine and cosine:
`eva "{{sin(1) + cos(1)}}"`