MCPcopy Index your code
hub / github.com/python/cpython / h

Function h

Lib/turtledemo/chaos.py:15–16  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

13 return 3.9*(x-x**2)
14
15def h(x):
16 return 3.9*x-3.9*x*x
17
18def jumpto(x, y):
19 penup(); goto(x,y)

Callers 2

_really_loadMethod · 0.50
build_openerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected