Returns a vector containing estimates of the reciprocals of the corresponding elements of the given vector.
d=vec_re(a)
The following table describes the types of the returned value and the function arguments.
| d | a |
|---|---|
| vector float | vector float |
| vector double | vector double |
Each element of the result contains the estimated value of the reciprocal of the corresponding element of a.