validate syntax
(String src)
| 188 | * validate syntax |
| 189 | */ |
| 190 | private void validate(String src) throws MathParserException { |
| 191 | Utils.validateBalancedParentheses(src); |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Simplify syntax for common functions |
no test coverage detected