From 991f974b9e7816d0a33750a0963dba5df897a06d Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Mon, 2 May 2022 21:00:37 +1000 Subject: [PATCH] mate-calc: add page (#8013) --- pages/linux/mate-calc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/mate-calc.md diff --git a/pages/linux/mate-calc.md b/pages/linux/mate-calc.md new file mode 100644 index 0000000000..1316ed4047 --- /dev/null +++ b/pages/linux/mate-calc.md @@ -0,0 +1,12 @@ +# mate-calc + +> Calculate mathematic expressions in MATE desktop environment. +> More information: . + +- Start the calculator: + +`mate-calc` + +- Calculate a specific mathematic expession: + +`mate-calc --solve {{2 + 5}}`