Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
Draws 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_grid
Function · 0.85
ignore_overflow_warnings
Function · 0.85
iterate_function
Function · 0.85
show_results
Function · 0.85
Tested by
no test coverage detected