Quote Originally Posted by 2kaud View Post
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)
FWIW there is a method in the class that returns all operators / functions and precedence.