absv
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Contents
absv
Compute the absolute values for every element in the vector. I.e. w[i] = abs(v[i])
Usage:
absv(v)
Result:
A vector with the same number of elements as v.
Return Type:
vector