Instructions: enter a valid RPN expression. The following operators are supported:
- Arithmetic operators: + * - /
- Trigonometric operators: SIN, COS, TAN, COT
- SQRT (square root) and SQR (square)
- ^ is the power operator
- MAX (max. of all elements)
- MAX2 (max. of last 2 elements)
- Read more about Reverse Polish Notation