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