Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ npy_set_floatstatus_overflow
Function
npy_set_floatstatus_overflow
numpy/core/src/npymath/ieee754.cpp:458–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
456
}
457
458
extern
"C"
void
459
npy_set_floatstatus_overflow(void)
460
{
461
feraiseexcept(FE_OVERFLOW);
462
}
463
464
extern
"C"
void
465
npy_set_floatstatus_underflow(void)
Callers
2
npy_half_spacing
Function · 0.85
npy_half_nextafter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected