Use the parentheses operator to set the order of precedence of a formula. The term in parentheses will be calculated first.
(x+y) * z
(1+2)*3 // Returns the value 9