mathExpression property
dynamic
mathExpression
getter/setter pair
A mathematical expression (e.g 'x^2-3x=0') that may be solved
for a specific variable, simplified, or transformed This can
take many formats, e.g LaTeX, Ascii-Math, or math as you would
write with a keyboard. Supported types: SolveMathAction
,
String
Implementation
dynamic mathExpression;