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 naive formula is used.This option is speedier, but does not care about avoiding overflows or treating 'Nans' in special ways.
The pedantic option. returns \(\infty\) as soon as after disabling possible Nan parameters the result is \(\infty\), and computes the result without undue overflows or underflows. at intermediate stages of the computation.
A kahan like compensated algorithm is used internal for more accurate results.
The computation is done in the double sized element type (if available).