summaryrefslogtreecommitdiff
path: root/academic/pcalc/README
diff options
context:
space:
mode:
authorCharles Daniels <charles@cdaniels.net>2020-01-02 20:37:31 -0600
committerRobby Workman <rworkman@slackbuilds.org>2020-01-02 23:33:51 -0600
commit3c155a694b8d9b9ce3cd95be7ed6da9c767bae35 (patch)
tree5455899eaf92d2df23eadf132f955b6bbcb9dc79 /academic/pcalc/README
parent3a51ffa29873e5829df5b16cd24ff8aaf041eaf7 (diff)
downloadslackbuilds-3c155a694b8d9b9ce3cd95be7ed6da9c767bae35.tar.gz
academic/pcalc: Added (cli util for hex/dec/oct/bin math)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/pcalc/README')
-rw-r--r--academic/pcalc/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/pcalc/README b/academic/pcalc/README
new file mode 100644
index 0000000000..f9812626c2
--- /dev/null
+++ b/academic/pcalc/README
@@ -0,0 +1,12 @@
+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 ...)