Calculate the absolute value of the array.
assert(abs(vector(-1, 0, 90)) == vector(1, 0, 90));
See Implementation
Calculate the absolute value of the array.