LinuxCommandLibrary

mate-calc

graphical calculator for the MATE desktop environment

TLDR

Start the calculator

$ mate-calc
copy
Calculate a specific expression
$ mate-calc --solve [2 + 5]
copy

SYNOPSIS

mate-calc [options] [--solve 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

--solve _expression_

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

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community