Funktions - Plotter

Im Rahmen des "Kleinen JavaScript Kurses" habe ich diesen Funktionsplotter mit den JavaScript Modulen math.js und jqplot.js erstellt.

Version 2.2.0 (09.02.2021)
f₁(x)=
f₂(x)=
f₃(x)=
(z.B. x^2, sin(x), cos(x^2), asin(x) / nur für Werte > 0, +, -, *, /, ^, sqrt(x) / Wurzel nur für positive Zahlen, mod(x,y) / Rest der Ganzzahldivision x/y, log10(x) / Logarithmus nur für Zahlen > 0, usw. bei der Funktion und den Werten für xmin und xmax kann auch die Kreiszahl pi / 3.1415 verwendet werden)


xmin xmax
Anzahl berechnete Datenpunkte
math.js is open source and licensed under the Apache 2.0 License
jqPlot is an open source project dual licensed under the MIT and GPL version 2 licenses. You are free to choose the license that best suits your project.

fehlt noch (in Planung)