2 mathemadiga (ADD(X, INT 1)) TA_Exception 2 mathemadiga (SUB (REAL 3.14, INT 2)) TA_Result 1.14 2 mathemadiga (DIV (REAL 5.0, ADD (INT 3, INT (-3)))) TA_Exception 2 mathemadiga (SIGMA(INT 1, INT 100, ADD (X, X))) TA_Result 10100.0 2 mathemadiga (INTEGRAL (REAL 1.2, REAL 5.52, SUB(MUL(X, X), INT 1))) TA_Result 49.734 2 mathemadiga (SIGMA(INT 1, INT (-10), X)) TA_Exception 2 mathemadiga (SIGMA(REAL 0.1, REAL 10.55, INTEGRAL (X, REAL 23.4, DIV(INT 100, X)))) TA_Result (2228.68055791) 2 mathemadiga (INTEGRAL (REAL 1.5, REAL 3.3, INTEGRAL (X, INT 4,MUL (X, X)))) TA_Result (28.56089)