eva
Share on:
Enter Your Mastodon Instance
https://
Copy the link below to share to Mastodon
https://terminaltrove.com/eva/
A calculator REPL, similar to bc.
pacman -S eva
eva is a simple calculator REPL, similar to bc, with additional features like syntax highlighting and persisting history for your previous calculations.
It allows usage of binary and unary operators, handles basic trigonometric functions and also auto-inserts the multiply operator ('*') and can use the previous answer with the ('_') operator. This tool can also auto balance paranthesis which saves users from syntax errors.