Difference between revisions of "Operator Element"
Jump to navigation
Jump to search
→Algebraic Operators
imported>JRoush m (→Overview) |
imported>JRoush |
||
Line 48: | Line 48: | ||
== Algebraic Operators == | == Algebraic Operators == | ||
*'''Add''' - Addition | |||
*'''Add''' | *'''Sub''' - Subtraction | ||
*'''Sub''' | *'''Mult/Mul''' - Multiplication (different elements, but both perform exactly the same function) | ||
*'''Mult/Mul''' - different elements, but both perform exactly the same function | *'''Div''' - Floating point division | ||
*'''Div''' - | *'''Mod''' - Modulus (the remainder of the current value / contents of <mod>) | ||
== Boolean Operators == | == Boolean Operators == |