Token Operation Class Precedence Associates
namesymbol referenceoperand10n/a
(expression)expression groupingoperand10n/a
f(...)function callprefix9left
-negationunary8right
^powerbinary7left
*, /, %multiplication, division, and modulobinary6left
+, -addition and subtractionbinary5left
!boolean 'not'unary4right
==, <, >, <=, >=, !=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().