mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 17:58:18 +00:00
Update cheatsheets
This commit is contained in:
25
eva
Normal file
25
eva
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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)}}"`
|
||||
Reference in New Issue
Block a user