Allows ypu to run any kind of calculation whether it is as simple as addition or as complex as pertration.
- Addition
- Subtraction
- Multiplication
- Division
- Square Root
- Cube Root
- Root
- Square
- Cube
- Exponent
- Factorial
- Tertation
- Petration
-
Either download the latest Releases from the releases tab or
-
Paste the following commands in the terminal; Make sure you have .NET SDK 10, either Visual Studio 2026, Visual Studio 2022 or Visual Studio Code and Git
git clone https://github.com/phaniraja-ece/Advance-Calculator.git ``` ``` powershell cd Advance-Calculator ``` ``` powershell dotnet build && dotnet run ```