Reverse Polish Notation (Postfix) Calculator

by Sondre Benjamin Aasen ()

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 + + −

Calculator
You can download the output as an image by right-clicking the contents bellow.

Calculation