Grouping

You use grouping operators to associate subexpressions.

()

Grouping—parentheses

Groupings in parentheses override the standard operator level of precedence. They can also be used to clarify an element of a formula, for example, around an operand to aid readability.

Example:

(7–2)*6