RPN Calculator

Operators
+sum
-subtract
*multiply
/divide
^exponentiate
nnegate
Qsquare root
Ssine of angle in radians
Ccosine of angle in radians
Ttangent of angle in radians
Llog base e (natural log)
llog base 10
Pconstant Pi = 3.14159...
Econstant e = 2.71828...
dremove top number on stack
\switch top two numbers on stack


A reverse polish notation calculator that works in the style of Emacs Calc. Enter numbers to load into stack. Type operators to process numbers from top of stack.


QuantWolf

Copyright 2013 by Exstrom Laboratories LLC
Send comments to: (stefan AT exstrom DOT com)