MCPcopy 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
128template<typename T>
129inline T maxval() {
130 return std::numeric_limits<T>::max();
131}
132template<typename T>
133inline T minval() {
134 return std::numeric_limits<T>::min();

Callers

nothing calls this directly

Calls 2

infinityFunction · 0.85
maxFunction · 0.70

Tested by

no test coverage detected