Hauptsatz der Differential- und Integralrechnung: Unterschied zwischen den Versionen

Zeile 115: Zeile 115:
         });
         });
         var intval = document.getElementById('output').value = integral.Value() + ' ' + integral.label.plaintext;
         var intval = document.getElementById('output').value = integral.Value() + ' ' + integral.label.plaintext;
        // Beschriftung der Funktion mit f
        board.create('text', [3.5, 3, 'f'], {
          fontSize: 14,
          fixed: true,
          anchorX: 'left',
          anchorY: 'bottom',
          color: 'blue'
        });
     </script>
     </script>
</body>
</body>