W3cubDocs

/NumPy 2.4

numpy.ndarray.min

method

ndarray.min(axis=None, out=None, *, keepdims=<no value>, initial=<no value>, where=<no value>)

Return the minimum along a given axis.

Refer to numpy.amin for full documentation.

See also

numpy.amin

equivalent function

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.ndarray.min.html