trunc#

rbc.stdlib.elementwise_functions.trunc(a)#

Rounds each element x_i of the input array x to the integer-valued number that is closest to but no greater than x_i.

Array-API ‘trunc’ doc