2015-08-30 01:36:39 +00:00
|
|
|
Categories:Science & Education
|
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:
|
2015-09-12 05:52:14 +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
|
|
|
|
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:1.8.1,10
|
|
|
|
commit=199a87f7319b685e59d6847f1ff2417613f69c6e
|
|
|
|
|
|
|
|
Build:2.0.1,15
|
|
|
|
commit=0e8ba101ab
|
|
|
|
|
|
|
|
Build:2.0.3,17
|
|
|
|
commit=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
|