Packages   calc   xifthen   xspace

The calc Package

Documentation calc
Categories macros
Description

Allows much simpler syntax for performing arithmetic in macros—infix notation arithmetic in LaTeX.

Options
\usepackage{calc}                   % use infix notation arithmetic
Examples
\setcounter{x}{3 * \real{1.6} * \real{1.7}}

which would assign 6 to x.