Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
trim(x):
25
return
lag.lagtrim(x, tol=1e-6)
26
27
28
class
TestConstants:
Callers
8
test_lagadd
Method · 0.70
test_lagsub
Method · 0.70
test_lagdiv
Method · 0.70
test_lagpow
Method · 0.70
test_lagint
Method · 0.70
test_lagder
Method · 0.70
test_lagfromroots
Method · 0.70
test_lagroots
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected