This is a simple calculator application developed using C# and Windows Forms.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Trigonometric functions (sin, cos, tan)
- Reciprocal (1/x)
- Clear and clear entry options
- Clone the repository:
git clone https://github.com/wasif-ahmd/calculator1.git
- Open the project in Visual Studio or any compatible IDE.
- Build and run the project to start using the calculator.
- 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.
- A familiar interface displaying standard arithmetic operations and basic functionality for everyday calculations.
- Enhanced functionality with scientific functions like trigonometry, logarithms, and exponentials for advanced mathematical computations.
- When the user attempts to exit the calculator, ensuring they confirm their intention to close the application.
Contributions are welcomed via bug reports, feature requests, or pull requests. Please follow the standard GitHub workflow: