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

Function _NPY_MIN

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

Source from the content-addressed store, hash-verified

20
21template <class T>
22T
23_NPY_MIN(T a, T b, npy::integral_tag const &)
24{
25 return PyArray_MIN(a, b);
26}
27template <class T>
28T
29_NPY_MAX(T a, T b, npy::integral_tag const &)

Callers

nothing calls this directly

Calls 2

npy_half_isnanFunction · 0.85
npy_half_leFunction · 0.85

Tested by

no test coverage detected