floor_divide#

rbc.stdlib.elementwise_functions.floor_divide(x1, x2)#

Rounds the result of dividing each element x1_i of the input array x1 by the respective element x2_i of the input array x2 to the greatest (i.e., closest to +infinity) integer-value number that is not greater than the division result.

Array-API ‘floor_divide’ doc