I documented 6/2(1+2) = 1 as well
For users, I would document the operator precedence. Consider:

[highest to lowest]
brackets
unary +, -
^ (right to left)
<implied multiplication>
*, - (left to right)
binary +, - (left to right)