Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 522 Bytes

File metadata and controls

14 lines (12 loc) · 522 Bytes

Simple Calculator

This calculator handles simple algebraic expressions (+, -, *, and /) as well as accepts parenthesis, and it solves the equations using standard math laws.

How To Run (Linux)

  • clone the entire repository or just download the Calculator executable
  • Run the following:
cd path/to/executable
chmod +x ./Calculator
./Calculator

External Libraries

This calculator uses the library exprtk to do all calculations. It is found here: https://github.com/ArashPartow/exprtk