LinuxCommandLibrary

mate-calc-cmd

command-line interface to the MATE calculator, providing an interactive

TLDR

Start an interactive calculator session

$ mate-calc-cmd
copy
Calculate a specific expression (in interactive mode)
$ [2 + 5]
copy

SYNOPSIS

mate-calc-cmd

DESCRIPTION

mate-calc-cmd is the command-line interface to the MATE calculator, providing an interactive terminal-based calculator session. It uses the same calculation engine as the graphical mate-calc application.
The interactive session accepts mathematical expressions and displays results immediately. It supports the same functions and operators as the GUI version, including trigonometry, logarithms, and arbitrary precision arithmetic.
Type quit or press Ctrl+D to exit the interactive session.

CAVEATS

Unlike mate-calc --solve, this command starts an interactive session rather than evaluating a single expression. For one-off calculations in scripts, use mate-calc --solve instead.

SEE ALSO

mate-calc(1), bc(1), calc(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community