Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen
Markierung: Zurückgesetzt |
Markierung: Zurückgesetzt |
||
| Zeile 123: | Zeile 123: | ||
return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | ||
}); | }); | ||
i1.baseLeft.on('drag', function() { | |||
i1.baseLeft.on('drag', function() { | |||
i1.label.setText(() => { | i1.label.setText(() => { | ||
const a = i1.baseLeft.X().toFixed(2); | const a = i1.baseLeft.X().toFixed(2); | ||
| Zeile 131: | Zeile 130: | ||
return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | ||
}); | }); | ||
MathJax. | MathJax.typesetPromise().then(() => { | ||
console.log("MathJax rendering complete."); | |||
}); | |||
}); | }); | ||
| Zeile 141: | Zeile 142: | ||
return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | return `\\[\\int_{${a}}^{${b}} f(x) \\, dx = ${value}\\]`; | ||
}); | }); | ||
MathJax. | MathJax.typesetPromise().then(() => { | ||
console.log("MathJax rendering complete."); | |||
}); | |||
}); | }); | ||
// Beschriftung der Funktion mit f | // Beschriftung der Funktion mit f | ||