Difference between revisions of "Operator Element"

61 bytes added ,  11:53, 19 December 2009
imported>JRoush
imported>JRoush
Line 48: Line 48:


== Algebraic Operators ==
== Algebraic Operators ==
These should be self-explanatory.
*'''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''' - floating point, rather than integer, division
*'''Mod''' - Modulus (the remainder of the current value / contents of <mod>)


== Boolean Operators ==
== Boolean Operators ==
Anonymous user