Returns a vector containing the rounded values of the corresponding elements of the given vector.
Elemental function
The result is a vector of the same type as ARG1.
Each element of the result contains the value of the corresponding element of ARG1, rounded to the nearest representable floating-point integer, using IEEE round-to-nearest rounding.