Skip to content

Commit 47dfd4d

Browse files
authored
Update 01-mp.md
1 parent b1ea655 commit 47dfd4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • book/oberstufe/vorbereitung-abitur

book/oberstufe/vorbereitung-abitur/01-mp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const f = board.create('functiongraph', [
2222
function (x) {
2323
return -0.25 * x ** 3 + 1.5 * x ** 2 + 1;
2424
},
25+
0,6,
2526
], { strokeWidth: 2, strokeColor: '#007864' });
2627

2728
board.create('point', [0, 1], { name: 'Start', size: 2, color: 'red', fixed: true });

0 commit comments

Comments
 (0)