|
|
7.2.4.2 poly expressions (plural)
A polynomial expression is (optional parts in square brackets):
-
a monomial (there are NO spaces allowed inside a monomial)
| | [coefficient] ring_variable [exponent] [ring_variable [exponent] ...]
| monomials which contain an indexed ring variable
must be built from ring_variable and coefficient
with the operations * and ^
-
an identifier of type poly
-
a function returning poly
-
polynomial expressions combined by the arithmetic operations
+, -, *, /, or ^.
-
a type cast to poly
Example:
|