Skip to content

A calculator with PEMDAS order of operations made in C++

Notifications You must be signed in to change notification settings

jmarmstrong1207/calculatorpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator++

A calculator with PEMDAS order of operations with sin(), cos(), & tan().

For Linux, run compile.sh to automatically compile the program in a folder called build.

Some Examples that it is able to do:

5 + 2

sin(sin(60))

(2 / 3) * cos(60) - tan((23 + 2) / 2))

About

A calculator with PEMDAS order of operations made in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published