Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
def
trim(x):
28
return
herm.hermtrim(x, tol=1e-6)
29
30
31
class
TestConstants:
Callers
8
test_hermadd
Method · 0.70
test_hermsub
Method · 0.70
test_hermdiv
Method · 0.70
test_hermpow
Method · 0.70
test_hermint
Method · 0.70
test_hermder
Method · 0.70
test_hermfromroots
Method · 0.70
test_hermroots
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected