This calculator handles simple algebraic expressions (+, -, *, and /) as well as accepts parenthesis, and it solves the equations using standard math laws.
- clone the entire repository or just download the Calculator executable
- Run the following:
cd path/to/executable
chmod +x ./Calculator
./CalculatorThis calculator uses the library exprtk to do all calculations. It is found here: https://github.com/ArashPartow/exprtk