Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ is_nan
Function
is_nan
src/backend/cpu/math.hpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
template<typename T>
47
static inline auto is_nan(const T &val) -> bool {
48
return false;
49
}
50
51
template<>
52
inline auto is_nan<float>(const float &val) -> bool {
Callers
2
MinMaxOp
Method · 0.50
MinMaxOp
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected