Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
array 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
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
get_color
Method · 0.85
Calls
2
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected