pub fn is_var_candidate(element: &MathExpression) -> bool
Expand description

Predicate testing whether a MathML elm could be interpreted as a Var. TODO: This currently permits Mn -> MathML numerical literals. Perhaps useful to represent constant coefficients? But should those be Vars?