Project Name:- Bash Calculator
- This is the Command line Arbitrary precision calculator which is implemented using C Programming language.
- It tries to implement some functionalities from unix based command 'bc'.
- Operations performed on countably infinite length numbers are as follows:-
- Addition
- Substraction
- Multiplication
- Division
- Modulus
- It evaluates the expression using infix expression evaluation
- All expressions are evaluated according to their precedence.
- paranthesis '()' can be used which is having higher precedence.
- Clone the repository on your machine.
- Open Terminal and change directory to the project directory.
- Type command ' make ' which will compile the required files and generate executable file.
- Then type the command ' ./project '.