Returns \(\displaystyle\sqrt{\sum_1^n |x_i|^2}\). (naive formula) The result type is the common value type of the absolute values of the parameters. (Some appropriate scaling is done to enhance precision and avoid overflows.
equivalent to the call on the elements of the tuple.
The pedantic option` computes the result without undue overflow or underflow at intermediate stages of the computation and can be more accurate than the regular call.
A kahan like compensated algorithm is used internal for more accurate results.
The computation is done in the double sized element type (if available).