MCPcopy Create free account
hub / github.com/numpy/numpy / RaiseInexact

Method RaiseInexact

numpy/core/src/common/float_status.hpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99 }
100 static void RaiseInexact()
101 {
102 if constexpr (kInexact != 0) {
103 feraiseexcept(kInexact);
104 }
105 }
106 static void RaiseInvalid()
107 {
108 if constexpr (kInvalid != 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected