Skip to content

The scientific calculator on C# (Microsoft Visual Studio 2013) with GUI. based on Reverse Polish Notation.

Notifications You must be signed in to change notification settings

afm175/scientific-calculator-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The scientific calculator on C#

The scientific calculator on C# (Microsoft Visual Studio 2013) with GUI. based on Reverse Polish Notation.

Files:
  • Form1.cs - GUI of calculator
  • Program.cs - initialization
  • Class1.cs - class RPN with to private methods(GetExpression(input2rpn) and Counting(rpn2result)) and one public method (Calculate (input2result)), many additional static methods and classes of my own Exceptions

About

The scientific calculator on C# (Microsoft Visual Studio 2013) with GUI. based on Reverse Polish Notation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%