Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen
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\\]'; | return '\\[\\int_{${a}}^{${b}} f(x) \\, dx=\\]' + var intval = document.getElementById('output').value = integral.Value() + ' ' + integral.label.plaintext; | ||
}); | }); | ||