Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_set_floatstatus_invalid
Function
npy_set_floatstatus_invalid
numpy/core/src/npymath/ieee754.cpp:470–474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
}
469
470
extern
"C"
void
471
npy_set_floatstatus_invalid(void)
472
{
473
feraiseexcept(FE_INVALID);
474
}
Callers
2
npy_half_spacing
Function · 0.85
set_fp_invalid_or_clear
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected