You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Norm Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Norm Function

The ||Z||^2.

Pascal
function Norm(const X: TCplx): double; overload;

the squared norm of complex number: (x+i*y) becomes:Sqr(x) + Sqr(y).

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!