We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ea655 commit 47dfd4dCopy full SHA for 47dfd4d
1 file changed
book/oberstufe/vorbereitung-abitur/01-mp.md
@@ -22,6 +22,7 @@ const f = board.create('functiongraph', [
22
function (x) {
23
return -0.25 * x ** 3 + 1.5 * x ** 2 + 1;
24
},
25
+0,6,
26
], { strokeWidth: 2, strokeColor: '#007864' });
27
28
board.create('point', [0, 1], { name: 'Start', size: 2, color: 'red', fixed: true });
0 commit comments