slackbuilds/academic/pcalc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README academic/pcalc: Added (cli util for hex/dec/oct/bin math) 2020-01-02 23:33:51 -06:00
pcalc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pcalc.info academic/pcalc: Added (cli util for hex/dec/oct/bin math) 2020-01-02 23:33:51 -06:00
slack-desc academic/pcalc: Added (cli util for hex/dec/oct/bin math) 2020-01-02 23:33:51 -06:00

README

pcalc (command line util for doing hex/dec/oct/bin math quickly)

pcalc is a programmer's calculator. It simplifies some operations
(especially working with multiple bases) that are hard work without
this or another programmer's calculator. Main features:

o Full math parser, parentheses, add, sub, mult, div, exponential
o Automatic conversion between HEX DEC OCT BIN numbers
o Mixing different bases in one expression
o Definable variables
o Math constants (E PI ...)
o Built in math functions (sin/cos/sqrt ...)