Function mathml::expression::contains_redundant_parens
source · pub fn contains_redundant_parens(string: &str) -> bool
Expand description
The graph generation process adds additional parentheses to preserve operation order. This function checks for the existence of those redundant parentheses.