Skip to content

This is a simple calculator application developed using C# and Windows Forms. The calculator provides basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes additional functionalities like trigonometric functions (sine, cosine, tangent) and the reciprocal (1/x) function.

Notifications You must be signed in to change notification settings

wasiif/calculator1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Calculator

This is a simple calculator application developed using C# and Windows Forms.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Trigonometric functions (sin, cos, tan)
  • Reciprocal (1/x)
  • Clear and clear entry options

Getting Started

  1. Clone the repository:
    git clone https://github.com/wasif-ahmd/calculator1.git
    
  2. Open the project in Visual Studio or any compatible IDE.
  3. Build and run the project to start using the calculator.

Usage

  • Enter numbers using the number buttons.
  • Use the arithmetic operation buttons to perform calculations.
  • Trigonometric functions can be accessed from the respective buttons.
  • The reciprocal function is available under the 1/x button.
  • Clear button resets all values, and clear entry removes the last input.
  • Enjoy hassle-free calculations with a user-friendly interface.

Screenshots

Standard Calculator Interface

Standard

  • A familiar interface displaying standard arithmetic operations and basic functionality for everyday calculations.

Scientific Calculator Mode

Scientific

  • Enhanced functionality with scientific functions like trigonometry, logarithms, and exponentials for advanced mathematical computations.

Exit Confirmation Message Box

Exit

  • When the user attempts to exit the calculator, ensuring they confirm their intention to close the application.

Contributing

Contributions are welcomed via bug reports, feature requests, or pull requests. Please follow the standard GitHub workflow:

About

This is a simple calculator application developed using C# and Windows Forms. The calculator provides basic arithmetic operations such as addition, subtraction, multiplication, and division. It also includes additional functionalities like trigonometric functions (sine, cosine, tangent) and the reciprocal (1/x) function.

Topics

Resources

Stars

Watchers

Forks

Languages