diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-15 16:54:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-15 16:54:00 +0000 |
commit | 2087c68a25aa173fc8de71d9de0419271b6b2535 (patch) | |
tree | f0a8e3e408787def405ae3594154bd35cc5aa430 /math/rpc | |
parent | 9d1ecd00cf53d2480ac47baa899895167b0abe88 (diff) | |
download | ports-2087c68a25aa173fc8de71d9de0419271b6b2535.tar.gz ports-2087c68a25aa173fc8de71d9de0419271b6b2535.zip |
Notes
Diffstat (limited to 'math/rpc')
-rw-r--r-- | math/rpc/pkg-descr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/rpc/pkg-descr b/math/rpc/pkg-descr index 749c46e42ab3..29a201b1baf6 100644 --- a/math/rpc/pkg-descr +++ b/math/rpc/pkg-descr @@ -1,6 +1,7 @@ -In the great tradition of bc and dc, a new console-based calculator -application is born! rpc is a full-screen RPN calculator program -based on the curses library. It works like some of the more popular -reverse-polish-notation calculators available on the market today. +RPC is a full-screen console-based RPN calculator that uses the curses +library. Its operation is similar to that of modern HP calculators, +but data entry has been optimized for efficiency on a PC keyboard. Its +features include extensive scientific calculator functionality, command +completion, and a visible interactive stack. WWW: http://www.eecs.umich.edu/~pelzlpj/rpc/ |