This calculator parses expressions in infix form, as on a TI calculator, as opposed to RPN form, as on an HP calculator. Precedence of operators is: highest: unary plus and minus middle: binary multiply and divide lowest: binary add and subtract Parenthesis may be used to override the default precedence. Enter a null string to exit.