The Operators (*,/,%, etc) listed in the Programmer Guide and website do not specify on what types they operate or the type of object is returned.
(For example it took me some experimenting to discover for example that the Modulo operator (%) will not accept floats/doubles)
I'm guessing that operators are implemented as class instance methods, so it would be useful if they were added to API docs under the appropriate classes.