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

Parse a first-order ordinary derivative with log. E.g. d/dt ln(dM)= 0