Token Operation Class Precedence Associates
namesymbol referenceoperand8n/a
(expression)expression groupingoperand8n/a
f(...)function callprefix8left
^powerbinary7left
-, !negation and boolean 'not'unary6right
*, /, %multiplication, division, and modulobinary5left
+, -addition and subtractionbinary4left
==, <, >, <=, >=, !=boolean equality, inequality, and comparisonbinary3left
&&, ||boolean 'and' and 'or'binary2left
,argument delimiterbinary1left
A table of the expression operators and their precedence in the text-string format for mathematical expressions used by SBML_parseL3Formula().