cupy.fmin#

cupy.fmin(x1, x2, /, out=None, \*, casting='same_kind', dtype=None)#

Takes the minimum of two arrays elementwise.

If NaN appears, it returns the other operand.

See also

numpy.fmin