+, -, *, /, >>, <<  
More...
|  | 
|  | add | 
|  | Elementwise addition. 
 | 
|  | 
|  | bitshiftl | 
|  | Shift the bits of integer arrays left. 
 | 
|  | 
|  | bitshiftr | 
|  | Shift the bits of integer arrays right. 
 | 
|  | 
|  | div | 
|  | Elementwise division. 
 | 
|  | 
|  | mul | 
|  | Elementwise multiply. 
 | 
|  | 
|  | sub | 
|  | Elementwise subtraction. 
 | 
|  | 
+, -, *, /, >>, <<