cupy.cbrt#

cupy.cbrt(x, /, out=None, \*, casting='same_kind', dtype=None)#

逐元素的立方根函数。

另见

numpy.cbrt