Skip to content
forked from row5is/mathcalc

Simple arithmatic calculator writtenin c#

Notifications You must be signed in to change notification settings

bcrooker/mathcalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Arithmatic Calculator

This is a simple command line math calculator. It can handle +-*/^ and ().

Algorithm

The way this program works is to take in an equation and convert it to Reverse Polish Notation. It will then calculate the results using the reformatted equation.

About

Simple arithmatic calculator writtenin c#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%