Readme for the Calculator:
- The calculator support operations involving only numbers and +,-,* and / operators
- Negative numbers are supported
- You can use decimal numbers also. Both 0.123 & .123 are supported
- You can specify spaces between the operators used but not the numbers themselves. Eg. 123 * 43 + 12 is fine, but 12 23 + 23 is not!
- A GET request is posted to the server when the button Calculate is pressed
- The Calculator is built using only HTML and PHP
![Screenshot of the Demo Calculator] (https://github.com/mitshubh/math-calculator/blob/master/uploads/Screenshot.png)