overview
miniRPN is a small RPN calc for the ones who love to type RPN.for more features please check my RPNenh project (freeware) which is way more powerfull.


Features
Supported operations | |
---|---|
basic | + - * / |
trigo | SIN COS TAN ASIN ACOS ATAN R->D D->R |
math | NEG 1/x Sqr ^2 x^y e ln 10^x log MOD ABS FACT |
stack | DUP SWAP DROP DUP2 DROP2 CLEAR ROT AROT PICK DEPTH |
stat | MEAN SUM |
regist(mem) | STO_A RCL_A STO_B RCL_B |
misc:% | x%y x+y% x-y% |
new v1.4.2 | ax˛+bx+c=0 Cnp OVER | new v1.6+ | >DMS DMS> convert hour:min:sec from/to decimal. all operators works |
There is no limit for the stack
Automatic recognization of decimal separator (according to your locals settings) exemple : 1.2 (point) or 1,2 (coma).
keyboard layout | |
---|---|
left arrow | SWAP |
right arrow | NEG |
up arrow | ROT |
down arrow | AROT |
D | DUP2 |
I | 1/x |
C | copy TOS to clipboard |
P | paste from clipboard |
ENTER | DUP |
Download
miniRPN (version 1.8 : december 2003)Information
version 1.8 can display last operation informations on each stacke lineto enable it right-click to make the option menu appears.
