Arithmetic Expression Evaluator
Evaluate an arithmetic expression with + - * / % ^, unary minus and parentheses using standard precedence.
Description
Evaluate an arithmetic expression with + - * / % ^, unary minus and parentheses using standard precedence.