mathExpression constant

IriTerm const mathExpression

mathExpression [Expects: https://schema.org/SolveMathAction, https://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: https://schema.org/MathSolver

Implementation

static const mathExpression = IriTerm.prevalidated(
  'https://schema.org/mathExpression',
);