ceil#

rbc.stdlib.elementwise_functions.ceil(a)#

Rounds each element x_i of the input array x to the smallest (i.e., closest to -infinity) integer-valued number that is not less than x_i.

Array-API ‘ceil’ doc