update rpn
This commit is contained in:
parent
7c1b231556
commit
b5c6b8bf43
|
@ -6,7 +6,11 @@ Issue Tracker:https://github.com/lpar/RPN/issues
|
|||
|
||||
Summary:RPN Calculator
|
||||
Description:
|
||||
Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. N.B Versions greater than 2 only work on Android 4 and above.
|
||||
Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. RPN calculators
|
||||
may be in the minority but they are easy to learn and very efficient. The idea is that the operator
|
||||
follows the operands, so that instead of typing 2 + 2 =, one types 2 enter 2 enter +. The left arrow either
|
||||
deletes the last digit or drops the last item from the stack. The up arrow show a few other functions
|
||||
such as setting the number of decimal points, swapping items on the stack and the use of exponents.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -14,9 +18,8 @@ Repo:https://github.com/lpar/RPN.git
|
|||
|
||||
Build Version:1.8.1,10,199a87f7319b685e59d6847f1ff2417613f69c6e
|
||||
Build Version:2.0.1,15,0e8ba101ab
|
||||
Build Version:2.0.3,17,!build problem 2.0.3
|
||||
Build Version:2.0.3,17,ad0277c167
|
||||
|
||||
#Device-variable
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0.3
|
||||
Current Version Code:17
|
||||
|
|
Loading…
Reference in a new issue