Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen

Markierung: Zurückgesetzt
Zeile 120: Zeile 120:
             const a = i1.baseLeft.X().toFixed(2);
             const a = i1.baseLeft.X().toFixed(2);
             const b = i1.baseRight.X().toFixed(2);
             const b = i1.baseRight.X().toFixed(2);
             return '\\[\\int_{${a}}^{${b}} f(x) \\, dx=\\]';
            var intl = integral.Value();
             return '\\[\\int_{${a}}^{${b}} f(x) \\, dx=\\]' + intl;
         });
         });