I’m experimenting with ‘Do Math’ and sometimes run into what I think are syntax errors. Is there any way I can be certain of what kind of error I’m making? For now, I’m assuming that the text field reverting to ‘$VAL’ means there’s an error, and that it’s most probably a syntax error. But is my assumption correct?
Also, I’m using sliders for debugging purposes, so mathematical errors would result in their received values being off. It works, but maybe there are better ways to visualise or log output from Do Math?
Re: syntax errors, is the expected syntax fully described anywhere? I’m assuming standard mathematical notation, but is it also possible to do some scripting? The Wiki https://github.com/davedelong/DDMathParser/wiki/Usage has variables and Evaluators, but those are for code making use of DDMathParser, no? (i.e. VDMX code for ‘Do Math’, not for end users).
TL;DR, I’m assuming these lists of Operators and Functions, standard mathematical notation, no scripting or customisation. Is this correct?
Thanks!