cupy.trunc#

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

将数组的每个元素向零取整。

另请参阅

numpy.trunc