plus
Adds another array to this array.
Return
the sum of the arrays
Parameters
other
the other array, must have the same shape as this array
Adds a scalar to each element in the array.
Return
the sum of the array and the scalar
Parameters
other
the scalar