Back to Numerical Arrays (NumPy)
np.floor_divide
Return the largest integer smaller or equal to the division of the inputs.
Syntax
np.floor_divide(x1, x2)
Description
Return the largest integer smaller or equal to the division of the inputs.
Parameters
| Name | Description |
|---|---|
| x1 | NDArray |
| x2 | NDArray |
Returns
NDArray