This is a simple calculator application built using WPF (Windows Presentation Foundation). It allows users to perform basic arithmetic calculations.
Features • Prerequisites • Installation • Usage • Contributing • License
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
- Memory functions: store, recall, add to memory, subtract from memory, and clear memory.
- Additional mathematical functions: square and square root.
- Toggle sign function to switch between positive and negative numbers.
- Percentage calculation for quick calculations.
- Clear entry and clear all functions to easily reset the calculator.
Before you begin, ensure that you have the following:
- .NET Framework (version 4.8 or higher) installed on your system.
- Windows operating system.
- Clone the repository:
git clone https://github.com/RavikantAsoliya/calculator.git
- Open the project in Visual Studio.
- Build and run the application in Visual Studio.
- Use the calculator buttons to input numbers and perform calculations.
- The result will be displayed in the text box.
Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Implement your changes.
- Commit your changes with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the original repository.
This project is licensed under the MIT License.