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