Returns a vector containing the absolute values of the contents of the given vector.
Elemental function
The result is of the same type as ARG1.
The value of each element of the result is the absolute value of the corresponding element of ARG1. For integer vectors, the arithmetic is modular.