MCPcopy 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
458extern "C" void
459npy_set_floatstatus_overflow(void)
460{
461 feraiseexcept(FE_OVERFLOW);
462}
463
464extern "C" void
465npy_set_floatstatus_underflow(void)

Callers 2

npy_half_spacingFunction · 0.85
npy_half_nextafterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected