You are here

Revision of Operator Precedence from Thu, 10/01/2009 - 05:12

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

Operator Precedence

Parentheses ()
Unary plus +
unary minus -
Multiplication %x%
division /
quadratic multiplication %&%
matrix-multiplication %*%
Addition +
subtraction -

TODO: add examples
TODO: check this is correct: * might beat &?