Allows much simpler syntax for performing arithmetic in macros—infix notation arithmetic in LaTeX.
\usepackage{calc} % use infix notation arithmetic
\setcounter{x}{3 * \real{1.6} * \real{1.7}}
which would assign 6 to x.
x