revcal
is graphics calculator with
reverse Polish notation.
- easy to use GUI
- full control from keyboard
- easy adding own math operation ans own constants
- Issues are welcome
Tab
: switch between stack and entryUp
,Down
: focus item in stackShift+Up
,Shift+Down
: move item in stack
rad
,deg
: switch between radians and degrees.c
,cp
: copy item in stackd
,del
: remove item from stacks
,swap
: swap last two items in stackQ
: quit
All is vary easy to configure in
main.py
. Just add the key to dictionary
opr2
or opr1
. Dictionary opr2
contains function witch two parametrs and opr1
contains function with one parameter.
Similary dictionary const
contains constants.
In goniometric functions is used function goniowrap
and a_goniowrap
. It is
importent for possibility of radians and degrees switching.