LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mate-calc

graphical calculator for the MATE desktop environment

TLDR

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

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

SEE ALSO

Copied to clipboard
Kai