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

Function trim

numpy/polynomial/tests/test_chebyshev.py:14–15  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

12
13
14def trim(x):
15 return cheb.chebtrim(x, tol=1e-6)
16
17T0 = [1]
18T1 = [0, 1]

Callers 9

test_chebaddMethod · 0.70
test_chebsubMethod · 0.70
test_chebmulMethod · 0.70
test_chebdivMethod · 0.70
test_chebpowMethod · 0.70
test_chebintMethod · 0.70
test_chebderMethod · 0.70
test_chebfromrootsMethod · 0.70
test_chebrootsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected