2013-11-02 00:16:14 +00:00
|
|
|
Categories:Office
|
2012-02-11 15:27:21 +00:00
|
|
|
License:GPLv3+
|
2014-01-20 10:34:11 +00:00
|
|
|
Web Site:http://meta.ath0.com/software/rpn
|
2012-02-11 15:27:21 +00:00
|
|
|
Source Code:https://github.com/lpar/RPN
|
|
|
|
Issue Tracker:https://github.com/lpar/RPN/issues
|
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Name:RPN
|
2012-02-11 15:27:21 +00:00
|
|
|
Summary:RPN Calculator
|
|
|
|
Description:
|
2012-10-11 16:03:46 +00:00
|
|
|
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.
|
2012-02-11 15:27:21 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/lpar/RPN.git
|
|
|
|
|
|
|
|
Build Version:1.8.1,10,199a87f7319b685e59d6847f1ff2417613f69c6e
|
2012-07-12 11:30:57 +00:00
|
|
|
Build Version:2.0.1,15,0e8ba101ab
|
2012-10-11 16:03:46 +00:00
|
|
|
Build Version:2.0.3,17,ad0277c167
|
2012-02-11 15:27:21 +00:00
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Update Mode:None
|
2012-10-11 13:12:19 +00:00
|
|
|
Update Check Mode:Tags
|
2012-10-10 13:39:46 +00:00
|
|
|
Current Version:2.0.3
|
|
|
|
Current Version Code:17
|
2012-02-11 15:27:21 +00:00
|
|
|
|