Exports
| SumitType | ||
| apply: | (%, TREE) |
Applies a monomial to a tree |
| coefficient: | % |
Extraction of the coefficient |
| degree: | % |
The degree of a monomial |
| map: | (R |
Lift a map |
| map!: | (R |
Lift a map |
| monomial: | (R, Integer) |
Creation of a monomial |
| setCoefficient!: | (%, R) |
In-place coefficient modification |
| setDegree!: | (%, Z) |
In-place degree modification |
| pthPower: | % |
Exponentiation to the characteristic |
| pthPower!: | % |
In-place exponentiation to the characteristic |
| TREE | == | ExpressionTree |