MCPcopy 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
470extern "C" void
471npy_set_floatstatus_invalid(void)
472{
473 feraiseexcept(FE_INVALID);
474}

Callers 2

npy_half_spacingFunction · 0.85
set_fp_invalid_or_clearFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected