Welcome to Mcal! – a simple yet powerful command-line calculator written in C++ by Mayank Biswas. This tool allows you to perform basic arithmetic operations as well as some additional mathematical functions.
-
Basic Operations:
- Addition
- Subtraction
- Multiplication
- Division
-
Advanced Operations:
- Power
- Rounding
- Square Root
- Absolute Value
Follow the steps below to run Mcal! on your local machine:
- A C++ compiler (e.g.,
g++
orclang++
). - A terminal or command prompt.
- Clone the repository:
git clone https://github.com/lordxexsteros/Mcalculator.git
cd Mcalculator
- Compile the code:
g++ -o Mcal Mcal.cpp
- Run the program:
./Mcal
This project is licensed under the MIT License - see the file for details.