Berserk Docs
Scalar FunctionsSeries Functions

series_magnitude

Euclidean L2 norm of a numeric series - sqrt of the sum of squares.

Syntax

series_magnitude(series)

Parameters

Prop

Type

Returns: real

Examples

Example 1

print series_magnitude(dynamic([1.0, 2.0, 3.0]))
print_0 (real)
3.7416573867739413

On this page