MathExpression class abstract

Any Math-related object

Main implementers are decedents of MathNode and MathComparison classes.

Implementers
Available Extensions

Constructors

MathExpression()
Math expression constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calc(MathVariableValues values, {MathCustomFunctionsImplemented customFunctions}) num?
Generalized value for all sorts of math expressions, but result is not guaranteed.
getUsedFreeformFunctions() Set<MathDefinitionFunctionFreeform>
Get mentioned custom defined functions that are required to evaluate the expression
getUsedVariables() Set<String>
Get mentioned variables that are required to evaluate the expression
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited