minus
Subtracts another array from this array.
Return
the difference of the arrays
Parameters
other
the other array, must have the same shape as this array
Subtracts a scalar from each element in the array.
Return
the difference of the array and the scalar
Parameters
other
the scalar