Returns a vector containing the differences of each set of corresponding elements of the given vectors.
Elemental function
The result is of the same type as ARG1.
The value of each element of the result is the result of subtracting the value of the corresponding element of ARG2 from the value of the corresponding element of ARG1. The arithmetic is modular for integer vectors.