cupy.power#

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

Computes x1 ** x2 elementwise.

See also

numpy.power