|
|
4.6.2 intmat expressions
An intmat expression is:
-
an identifier of type intmat
-
a function returning intmat
-
an intmat operation involving ints and int operations (
+, -, *, div, %)
-
an expression involving intmats and the operations (
+, -, *)
-
a type cast to intmat (see intmat type cast)
Example:
See
Type conversion and casting;
number.
|