Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 285 Bytes

File metadata and controls

20 lines (15 loc) · 285 Bytes

Simple command-line Java calculator

requires java 7

to run:

$ chmod +x run.sh
$ ./run.sh

and type in the expression.

Handles:

  • brackets
  • sin, cos, exp functions
  • add, substract
  • multiply, divide
  • order of operations
  • integer, float point input, negative numbers