cupy.fix

cupy.fix = <ufunc 'cupy_fix'>

If given value x is positive, it return floor(x). Else, it return ceil(x).

See also

numpy.fix()