Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_spacing
Function
test_spacing
numpy/core/tests/test_umath.py:4485–4486 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4483
assert_(np.spacing(t(1e30)) != 0)
4484
4485
def
test_spacing():
4486
return
_test_spacing(np.float64)
4487
4488
def
test_spacingf():
4489
return
_test_spacing(np.float32)
Callers
nothing calls this directly
Calls
1
_test_spacing
Function · 0.85
Tested by
no test coverage detected