Module item

Module item 

Source
Expand description

The item module contains all the items that can appear in an equation.

Enumsยง

FunctionalOperator
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.
LeftAssociativeOperator
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. +).