MCPcopy Index your code
hub / github.com/numpy/numpy / trim

Function trim

numpy/polynomial/tests/test_hermite_e.py:25–26  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

23
24
25def trim(x):
26 return herme.hermetrim(x, tol=1e-6)
27
28
29class TestConstants:

Callers 8

test_hermeaddMethod · 0.70
test_hermesubMethod · 0.70
test_hermedivMethod · 0.70
test_hermepowMethod · 0.70
test_hermeintMethod · 0.70
test_hermederMethod · 0.70
test_hermefromrootsMethod · 0.70
test_hermerootsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…