CDL - EVAL: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
Line 15: Line 15:
   Term := '(' Equation ')' | Function '(' Equation ')' | Plotvariable | Number
   Term := '(' Equation ')' | Function '(' Equation ')' | Plotvariable | Number


   Function := 'SUM'
   Function := 'SUM' | 'LN' | 'EXP'


   Number := <Integer>[.[<Integer>]]
   Number := <Integer>[.[<Integer>]]