Sums absolute elements of x using a higher precision, rounding only once at the end.
|x0| + |x1| + ... + |xn|
See Implementation
Sums absolute elements of x using a higher precision, rounding only once at the end.