Skip to content

ericwstephens3/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages