mate-calc - Man Page
(mate-calculator) — The MATE Desktop Environment Calculator
Examples (TL;DR)
- Start the calculator: mate-calc
- Calculate a specific mathematic expression: mate-calc --solve 2 + 5
Synopsis
mate-calc [Options...] [FILES...]
Description
mate-calc is the official calculator for the MATE Desktop Environment. It has been designed to be used with either the mouse or the keyboard. It is visually similar to a lot of hand-held calculators.
This manual page briefly documents the mate-calc command.
Options
- -s, --solve <equation>
- Solve the equation provided following this option. 
- --version
- Output version information and exit. 
- -h, -?, --help
- Print standard command line options. 
- --help-all
- Print all command line options. 
This program also accepts the standard GTK options.
Examples
- mate-calc -s 4*10.5
- Multiply 4 by 10.5 
- mate-calc -s 21+21
- Add 21 plus 21 
- mate-calc --solve '((5.25×4)×2)'
- Multiply 5.25 by 4 and their product by 2 
- mate-calc
- Open the Calculator GUI. 
Bugs
Should you encounter any bugs, they may be reported at
Authors
This Man Page has been written for the MATE Desktop Environment by
Adam Erdman <hekel@archlinux.info> (2014)
See Also
Referenced By
1 February 2014 MATE Desktop Environment