Supported Arithmetic Operators
- Addition
-
+
- Subtraction
-
-
−
- Multiplication
-
*
×
- Division
-
/
÷
- Modulo
-
%
Syntax
You can learn more about the syntax on the Wikipedia page about
Reverse Polish Notation (Postfix).
Example
15 7 1 1 + − ÷ 3 × 2 1 1 + + −
You can download the output as an image by right-clicking the contents bellow.