Java basic arithmetic operations parser Supported operations: +,-,*,/ Functions: sin, cos, exp Constants: pi, e Left and right brackets are also supported. Usage example: input : "11 + (exp(2.010635 + sin(PI/2)*3) + 50) / 2" output: 110,99998