A simple command-line calculator written in C that performs various mathematical operations.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Power calculation
- Factorial calculation
- Modulo operation
- Rounding numbers
- Square root
- Logarithm
- Finding maximum/minimum of two numbers
-
Clone the repository:
git clone https://github.com/skinwalker3654/better-cli_calc.git cd better-cli_calc
-
compile the files:
make cd bin
-
Run the program
./main # and whatever argument you want