Files
cheatsheet-tldr/tldr/linux/mate-calc

18 lines
337 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# mate-calc
> Calculate mathematic expressions in MATE desktop environment.
> More information: <https://manned.org/mate-calc>.
- Start the calculator:
`mate-calc`
- Calculate a specific mathematic expression:
`mate-calc --solve {{2 + 5}}`