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

Function trim

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

Source from the content-addressed store, hash-verified

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

Callers 8

test_polyaddMethod · 0.70
test_polysubMethod · 0.70
test_polymulMethod · 0.70
test_polypowMethod · 0.70
test_polyintMethod · 0.70
test_polyderMethod · 0.70
test_polyfromrootsMethod · 0.70
test_polyrootsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected