Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen

Markierung: Manuelle Zurücksetzung
Zeile 92: Zeile 92:
             [-2.0, 2.0], c1
             [-2.0, 2.0], c1
         ], {
         ], {
            name: '\\[\\int_{${a}}^{${b}} f(x) \\, dx=\\]';
             withLabel: true,
             withLabel: true,
             label: {
             label: {
Zeile 117: Zeile 118:
         //document.getElementById('output').value = integral.Value() + ' ' + integral.label.plaintext;
         //document.getElementById('output').value = integral.Value() + ' ' + integral.label.plaintext;
         // Integral-Label anpassen
         // Integral-Label anpassen
         i1.label.setText(() => {
         /*i1.label.setText(() => {
             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=\\]';
             return '\\[\\int_{${a}}^{${b}} f(x) \\, dx=\\]';
         });
         });*/


         // Beschriftung der Funktion mit f
         // Beschriftung der Funktion mit f