div
Divides this array by another array.
Return
the quotient of the arrays
Parameters
other
the other array, must have the same shape as this array
Divides each element in the array by a scalar.
Return
the quotient of the array and the scalar
Parameters
other
the scalar