Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
template <class T>
22
T
23
_NPY_MIN(T a, T b, npy::integral_tag const &)
24
{
25
return PyArray_MIN(a, b);
26
}
27
template <class T>
28
T
29
_NPY_MAX(T a, T b, npy::integral_tag const &)
Callers
nothing calls this directly
Calls
2
npy_half_isnan
Function · 0.85
npy_half_le
Function · 0.85
Tested by
no test coverage detected