floordiv

floordiv#

Signature#

nabla.floordiv(arg0, arg1) -> 'Array'

Description#

Element-wise floor division of two arrays or array and scalar.

Floor division is implemented as floor(a / b) which rounds towards negative infinity, matching Python’s // operator behavior.