Users guide

JBEE allows to evaluate arbitrary arithmetic expressions in infix notation. Any number of spaces around the expression or in between the individual symbols is allowed. For example, the following two expressions both evaluate to 25:


(8+2)*2+5
(8 + 2) * 2 + 5