eva Command Examples

Simple calculator REPL, similar to bc, with syntax highlighting and persistent history. More information: https://github.com/NerdyPepper/eva.

eva

eva "{{(1 + 2) * 2 ^ 2}}"

eva --fix {{5}} "{{5 / 3}}"

eva "{{sin(1) + cos(1)}}"