Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

v = |10, 20, 30, 40|
i = |2, 1, 3|
r = v[i] # r is now |20, 10, 30|   


Anchor
abs
abs

Excerpt
vector abs( vector )

Returns the vector of the absolute value of the input vector at each element. Missing values are retained, unaltered by the calculation.

Anchor
acos
acos

Anchor
asin
asin

Anchor
atan
atan

Excerpt
vector acos( vector )
vector asin( vector )
vector atan( vector )

...