mate-calc

graphical calculator for the MATE desktop environment

TLDR

Start the calculator
$ mate-calc
Calculate a specific expression
$ mate-calc -s "[2 + 5]"

SYNOPSIS

mate-calc [options] [-s expression]

DESCRIPTION

mate-calc is the graphical calculator for the MATE desktop environment. It provides basic, advanced, financial, and programming calculator modes with support for arbitrary precision arithmetic.Features include trigonometric functions, logarithms, factorials, unit conversions, and bitwise operations. The calculator supports multiple number bases (binary, octal, decimal, hexadecimal) and can work with complex numbers.With --solve, expressions can be evaluated directly from the command line without opening the GUI, useful for scripts and quick calculations.

PARAMETERS

-s, --solve expression

Calculate the given expression and display the result.
--version
Display version information
--help
Display help information

INSTALL

sudo apt install mate-calc
sudo dnf install mate-calc
sudo pacman -S mate-calc
sudo apk add mate-calc
sudo zypper install mate-calc
nix profile install nixpkgs#mate-calc

SEE ALSO

mate-calc-cmd(1), bc(1), gnome-calculator(1)