pub fn math_expression(input: Span<'_>) -> IResult<'_, MathExpression>
Expand description

Parser for math expressions. This varies from the one in the generic_mathml module, since it assumes that expressions such as S(t) are actually univariate functions.