\section math math - Perform mathematics calculations
\subsection math-synopsis Synopsis
math EXPRESSION
\subsection math-description Description
math is used to perform mathematical calcualtions. It is only a very
thin wrapper for the bc program, that makes it possible to specify an
expression from the commandline without using non-standard extensions
or a pipeline. Simply use a command like math 1+1
.
For a description of the syntax supported by math, see the manual for
the bc program.