Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578048.py
File
recipe-578048.py
recipes/Python/578048_IFS_fractal/recipe-578048.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# IFS fractal dimension calculation
2
# http://en.wikipedia.org/wiki/Iterated_function_system
3
# http://en.wikipedia.org/wiki/Fractal_dimension
4
# http://en.wikipedia.org/wiki/List_of_fractals_by_Hausdorff_dimension
Callers
nothing calls this directly
Calls
10
range
Function · 0.85
PolygonCircumference
Function · 0.85
str
Function · 0.85
SolveEq
Function · 0.85
IFS
Function · 0.70
random
Method · 0.45
new
Method · 0.45
load
Method · 0.45
save
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected