Equation Tokens¶
Module: piethorn.math.equation.tokens
EquationPiece¶
- class EquationPiece(value)¶
Generic token wrapper with parent tracking.
Main members:
valueparenthas_parent()
Number¶
- class Number(number)¶
Parsed decimal literal token.
Variable¶
- class Variable(name, default=None)¶
Parsed variable token.
Methods:
has_default()Return whether the variable includes a default value.