Functional-Calculator
A simple but fully functional calculator that will take multiple operations.
Usage
Run the following command through terminal:
py Calculator.py
Enter a mathematical operation for the program to calculate, for example:
2 * 2 - (-5)
Plase note that if you don't want a negative sign recognised as an operator, place it within brackets.
The order of precedence is from left to right - Fixed in next commit
Issues
If you find any issues, please contact me.
Issues may also be raised if you don't have the correct python version - please ensure you have python 3.7+