Simple command-line Java calculator
requires java 7
to run:
$ chmod +x run.sh
$ ./run.shand type in the expression.
Handles:
- brackets
- sin, cos, exp functions
- add, substract
- multiply, divide
- order of operations
- integer, float point input, negative numbers