MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / julia_sets.py

File julia_sets.py

fractals/julia_sets.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Author Alexandre De Zotti
2
3Draws Julia sets of quadratic polynomials and exponential maps.
4 More specifically, this iterates the function a fixed number of times

Callers

nothing calls this directly

Calls 4

prepare_gridFunction · 0.85
ignore_overflow_warningsFunction · 0.85
iterate_functionFunction · 0.85
show_resultsFunction · 0.85

Tested by

no test coverage detected