Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_spacingf
Function
npy_spacingf
numpy/core/src/npymath/ieee754.cpp:359–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
*/
358
extern
"C"
{
359
npy_float
360
npy_spacingf(npy_float x)
361
{
362
return _npy_spacing(x);
363
}
364
npy_double
365
npy_spacing(npy_double x)
366
{
Callers
nothing calls this directly
Calls
1
_npy_spacing
Function · 0.85
Tested by
no test coverage detected