MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577131.py

File recipe-577131.py

recipes/Python/577131_Regular_PolygFractals_using/recipe-577131.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Regular Polygon Fractals using iteration method
2# FB - 201003206
3from PIL import Image
4import math

Callers

nothing calls this directly

Calls 8

rangeFunction · 0.85
strFunction · 0.85
cosMethod · 0.80
sinMethod · 0.80
newMethod · 0.45
hypotMethod · 0.45
putpixelMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected