numpy.amin#

numpy.amin(a, axis=None, out=None, keepdims=<no value>, initial=<no value>, where=<no value>)[source]#

Return the minimum of an array or minimum along an axis.

amin is an alias of min.

See also

min

alias of this function

ndarray.min

equivalent method