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
x
-6.28319
-5.54399
-4.80479
-4.06559
-3.32639
-2.58719
-1.84800
-1.10880
-0.36960
0.36960
1.10880
1.84800
2.58719
3.32639
4.06559
4.80479
5.54399
6.28319
y
-1.0
-0.5
0.0
0.5
1.0
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)