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

Function trim

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

Source from the content-addressed store, hash-verified

22
23
24def trim(x):
25 return lag.lagtrim(x, tol=1e-6)
26
27
28class TestConstants:

Callers 8

test_lagaddMethod · 0.70
test_lagsubMethod · 0.70
test_lagdivMethod · 0.70
test_lagpowMethod · 0.70
test_lagintMethod · 0.70
test_lagderMethod · 0.70
test_lagfromrootsMethod · 0.70
test_lagrootsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected