MCPcopy Create free account
hub / github.com/numpy/numpy / _NPY_MAX

Function _NPY_MAX

numpy/core/src/umath/clip.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27template <class T>
28T
29_NPY_MAX(T a, T b, npy::integral_tag const &)
30{
31 return PyArray_MAX(a, b);
32}
33
34npy_half
35_NPY_MIN(npy_half a, npy_half b, npy::half_tag const &)

Callers

nothing calls this directly

Calls 2

npy_half_isnanFunction · 0.85
npy_half_geFunction · 0.85

Tested by

no test coverage detected