pub fn integral_with_math_expression_integrand(
input: Span<'_>
) -> IResult<'_, (Operator, MathExpression, MathExpression)>
Expand description
Parser for Msubsup integral that handles integrand with MathExpression E.g. \int_a^b x^2 dx
pub fn integral_with_math_expression_integrand(
input: Span<'_>
) -> IResult<'_, (Operator, MathExpression, MathExpression)>
Parser for Msubsup integral that handles integrand with MathExpression E.g. \int_a^b x^2 dx