cupy.copysign#

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

Returns the first argument with the sign bit of the second elementwise.

See also

numpy.copysign