bcalc is a simplistic RPN calculator with support for multiple user interfaces.
Installation note:
The configure script is able to enable/disable ui's, the exception is the text ui.
see ./configure --help for more information.
If readline-ui is included it will be default, if not text-ui will.
Operands:
+,- normal
*,/ -""-
! faculty (requires only one element)
^ powers
sqrt square root
% mod
Commands: (in bcalc)
p print top value
s print stack
d delete top value
q quit
c clear stack
a repeats last operation on all the stack
Available interfaces:
text - just a text interface (printf etc).
curses - a curses based ui
readline - readline input else as text
gtk2 - GTK 2.x based ui
Notes:
',' and '.' are handled the same way.
Since v0.2.3 spaces both:
55
66
+
and:
55 66 +
are valid input methods.
Product's homepage