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
Note : the stack is saved at program end. (and restored at prog begin)
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 arrowSWAP
right arrowNEG
up arrowROT
down arrowAROT
DDUP2
I1/x
Ccopy TOS to clipboard
Ppaste from clipboard
ENTERDUP

Download

miniRPN (version 1.8 : december 2003)

Information

version 1.8 can display last operation informations on each stacke line
to enable it right-click to make the option menu appears.