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