Expand description
The item module contains all the items that can appear in an equation.
Enumsยง
- Functional
Operator - A functional operator is an operator that requires only a right of the equation (i.e. sin).
- Item
- An item represents a single item in an equation.
- Left
Associative Operator - A left-associative operator is an operator that requires a left and right of the equation (i.e. +).
- Operator
- An operator is an operator that can be used in an equation (i.e. +).