|
4.7.3 intvec operations
+
- addition with intvec or int (component-wise)
-
- negation or subtraction with intvec or int (component-wise)
*
- multiplication with int (component-wise)
/ , div
- division by int (component-wise)
%, mod
- modulo (component-wise)
<> , == , <= , >= , > , <
- comparison (done lexicographically)
- intvec_expression
[ int_expression ]
- is an element of the intvec; the first element has index one.
Example:
|