Skip to content
Snippets Groups Projects
Commit 04381f78 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Merge remote-tracking branch 'origin/master'

parents 0cb25052 9651fa46
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -403,7 +403,7 @@
{
"id": 81,
"name": "Mandelbrot-Menge",
"description": "Die\xa0Mandelbrot-Menge, benannt nach\xa0Benoît Mandelbrot, ist die\xa0Menge\xa0der\xa0komplexen Zahlen c, für welche die durch die\xa0Iteration z_0 = 0 und z_(n+1) = ((z_n)^2) +c definierte\xa0Folge\xa0(z_n) mit n aus den natürlichen Zahlen\xa0beschränkt\xa0ist. - Wikipedia"
"description": "Die Mandelbrot-Menge, benannt nach Benoît Mandelbrot, ist die Menge der komplexen Zahlen c, für welche die durch die Iteration z_0 = 0 und z_(n+1) = ((z_n)^2) +c definierte Folge (z_n) mit n aus den natürlichen Zahlen beschränkt ist. - Wikipedia"
},
{
"id": 82,
......
This diff is collapsed.
This diff is collapsed.
......@@ -16,8 +16,7 @@
"optimize": true,
"includeNodeModules": [
"three",
"3d-force-graph",
"force-graph"
"3d-force-graph"
],
"isLibrary": true,
"context": "node"
......@@ -49,7 +48,6 @@
},
"dependencies": {
"3d-force-graph": "^1.70.5",
"force-graph": "^1.42.2",
"jquery": "^3.6.0",
"three": "^0.131.2"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment