From 1ff585c6fd55c7159bdbf24b4b6453c9f5f24b34 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 18 May 2017 19:04:36 +0100 Subject: [PATCH] New command: calc (#1380) --- pages/linux/calc.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/calc.md diff --git a/pages/linux/calc.md b/pages/linux/calc.md new file mode 100644 index 000000000..e16afd303 --- /dev/null +++ b/pages/linux/calc.md @@ -0,0 +1,11 @@ +# calc + +> An interactive arbitrary-precision calculator on the terminal. + +- Start calc in interactive mode: + +`calc` + +- Perform a calculation in non-interactive mode: + +`calc -p '{{85 * (36 / 4)}}'`