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

Function trim

numpy/polynomial/tests/test_hermite.py:27–28  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

25
26
27def trim(x):
28 return herm.hermtrim(x, tol=1e-6)
29
30
31class TestConstants:

Callers 8

test_hermaddMethod · 0.70
test_hermsubMethod · 0.70
test_hermdivMethod · 0.70
test_hermpowMethod · 0.70
test_hermintMethod · 0.70
test_hermderMethod · 0.70
test_hermfromrootsMethod · 0.70
test_hermrootsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected