Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_spacing
Function
npy_spacing
numpy/core/src/npymath/ieee754.cpp:364–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
return _npy_spacing(x);
363
}
364
npy_double
365
npy_spacing(npy_double x)
366
{
367
return _npy_spacing(x);
368
}
369
npy_longdouble
370
npy_spacingl(npy_longdouble x)
371
{
Callers
nothing calls this directly
Calls
1
_npy_spacing
Function · 0.85
Tested by
no test coverage detected