MCPcopy Create free account
hub / github.com/numpy/numpy / f

Function f

numpy/polynomial/tests/test_classes.py:146–147  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

144def test_fit(Poly):
145
146 def f(x):
147 return x*(x - 1)*(x - 2)
148 x = np.linspace(0, 3)
149 y = f(x)
150

Callers 15

is_deprecatedFunction · 0.85
test_fMethod · 0.85
test_integer_dtypeFunction · 0.85
test_integer_repeatFunction · 0.85
params_0Function · 0.85
params_1Function · 0.85
test_fMethod · 0.85
test_fMethod · 0.85
test_instance_methodsMethod · 0.85
wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected