vec_nabs: Vector Negative Absolute

d = vec_nabs(a)
Returns a vector containing the results of performing a negative-absolute operation using the given vector. This function computes the absolute value of each element in the given vector and then assigns the negated value of the result to the corresponding elements in the result vector.
Note: This built-in function will not cause IEEE exception.
Table 1. Vector Negative Absolute
d a
vector double vector double