Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ maxval
Function
maxval
src/backend/oneapi/math.hpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
template<typename T>
129
inline T maxval() {
130
return std::numeric_limits<T>::max();
131
}
132
template<typename T>
133
inline T minval() {
134
return std::numeric_limits<T>::min();
Callers
nothing calls this directly
Calls
2
infinity
Function · 0.85
max
Function · 0.70
Tested by
no test coverage detected