logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Eva Calculator - Calculate Expressions with Eva | Online Free DevTools by Hexmos

Calculate expressions with Eva Calculator, a simple and powerful REPL. Perform arithmetic operations and use math functions. Free online tool, no registration required.

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)}}"

return

See Also