Operator
|
Description
|
Keyboard Shortcut
|
Returns the negative of x. If x is an array, each element in the array is negated.
|
−
|
|
Subtracts y from x. If x is an array and y is a scalar, then x − y is an array formed by subtracting y from every element in x.
|