Operator overloading methods



*    __mul__,  __rmul__
+    __add__, __radd__
+=   __iadd__
<    __lt__
<=   __le__
...