FNNormreturns the value of the Euclidean norm of the vector represented inA. This norm is computed by summing the squares of the elements and taking the square root of the sum. This norm is also called theL-2 norm or theF-norm.
Errors
FNNormcauses an HTBasic error if its argument is not a REAL array.