mathExpression constant
mathExpression [Expects: http://schema.org/SolveMathAction, http://schema.org/Text]
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.
Can be used on: http://schema.org/MathSolver
Implementation
static const mathExpression = IriTerm.prevalidated(
'http://schema.org/mathExpression',
);