Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ Frac
Function
Frac
recipes/Python/578044_Fractal_painter/recipe-578044.py:233–241 ·
view source on GitHub ↗
(nLim)
Source
from the content-addressed store, hash-verified
231
232
233
def
Frac(nLim):
234
235
aGrid = []
236
237
for
i in range(W):
238
239
aGrid.append([-1] * H)
240
241
FracDown(aGrid, 0, 0, W - 1, H - 1, 0.0, 0.0, 0.0, 0.0,nLim, 1, 0.0, 0.0, 0.0)
242
243
244
Callers
1
recipe-578044.py
File · 0.70
Calls
3
range
Function · 0.85
FracDown
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected