cupy.trunc#

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

Rounds each element of an array towards zero.

See also

numpy.trunc