vec_trunc: Vector Truncate

d = vec_trunc(a)
Returns a vector containing the truncated values of the corresponding elements of the given vector. Each element of the result contains the value of the corresponding element of a, truncated to an integral value.
Note: vec_trunc provides the same functionality as vec_roundz, except that vec_trunc could trigger the IEEE-inexact exception.
Table 1. Vector Truncate
d a
vector double vector double