Skip to content
Snippets Groups Projects
Commit 2d3a917c authored by Andrew Bauer's avatar Andrew Bauer
Browse files

Fixing issue with function parser for math functions

If a math function name (e.g. abs) was followed by a matching pair
of parentheses, the parser would assume that it was a function
without checking what was between the math name and the open
parenthesis to verify that the substring wasn't something else.
parent 32ae6c76
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment