Skip to content

Calculator for En

sinshutu edited this page Oct 25, 2014 · 2 revisions

purpose

<not implemented >

specification

#### RPN(Reverse Polish Notation) 1 2 + =>3
3 4 * =>12
4 5 + 1 2 +* =>27

Nomal Calculator

Clone this wiki locally