Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.05 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.05 KB

Mcalculator!

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.

Features

  • Basic Operations:

    • Addition
    • Subtraction
    • Multiplication
    • Division
  • Advanced Operations:

    • Power
    • Rounding
    • Square Root
    • Absolute Value

Usage

Follow the steps below to run Mcal! on your local machine:

Prerequisites

  • A C++ compiler (e.g., g++ or clang++).
  • A terminal or command prompt.

Installation

  1. Clone the repository:
git clone https://github.com/lordxexsteros/Mcalculator.git
cd Mcalculator
  1. Compile the code:
 g++ -o Mcal Mcal.cpp
  1. Run the program:
./Mcal

Example

Here’s how the program works: how it works

License

This project is licensed under the MIT License - see the Licence file for details.