MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / isNaN

Function isNaN

src/api/cpp/unary.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85array isNaN(const array &in) {
86 af_array out = 0;
87 AF_THROW(af_isnan(&out, in.get()));
88 return array(out);
89}
90
91} // namespace af

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
get_colorMethod · 0.85

Calls 2

arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected