About

In mathematics and computer programming, the order of operations (sometimes called operator precedence) is a rule used to clarify which procedures should be performed first in a given expression (mathematical or not)

Operator Arithmetic operator are evaluated straight across from left to right where / and * are evaluated before + and - .

Documentation / Reference