Documentation ¶ Overview ¶ Evaluate Reverse Polish Notation Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, and /. Each operand may be an integer or another expression. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.