Skip to content

A scientific calculator built using C# Windows Forms. It also includes the functionality to calculate taxes.

Notifications You must be signed in to change notification settings

ZainRazaShah/Scientific-Calculator-C-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Scientific-Calculator-C-Sharp

A scientific calculator built using C# Windows Forms. It also includes the functionality to calculate taxes.


IMPORTANT:-

if for some reason the project doesn't work if you load the .sln file for the first time then follow the following steps

  1. Remove project under solution by right clicking on it.
  2. Right click on Solution 'Scientific_Calculator_Winforms' & add an existing project.
  3. Browse to the folder containing the project. Double click on it.
  4. Select "Scientific_Calculator_Winforms.csproj" & add it.
  5. Back in visual studio the project will run just fine.
  6. Enjoy coding it as per your preference.

Features :

----> This is a very basic Scientific + Tax calculator built using C# Windows Forms. It can carry out all basic tasks of a scientific calculator as well. Such as sin, cos, tan, power, sqrt, +, - , * , / , Log base 10, natural log etc.

----> This project can be used for simple mathematical calculations just like the ones you do with your physical handheld calculators. On top of that you can calculate tax figures for different sums. The percentage for the taxes can vary country to country & region to region, hence by modifying a few lines of the code you could personalise it as per your liking.

----> You can download the project files, modify it however you like & just play around with it. You can change the front end of the calculator if you please & you could also modify the back end logic if you like.

----> You guys can get more help on the project by contacting me at

[email protected]

or by making a simple google or a stackoverflow search.

----> At the moment I am the only one responsible for maintaining & contributing to the project.

About

A scientific calculator built using C# Windows Forms. It also includes the functionality to calculate taxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages