LinddM / Fractals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractals

Playing with fractals in different programming languages

Install dependencies

python

pip install -r requirements.txt

js

npm i

Mandelbrot

Is the set of complex numbers for which the function does not diverge when iterated from z=0; for which sequence remains bounded in absolute value.\

For better understanding, visit this link

About


Languages

Language:Python 100.0%