Math387.CAbs Method

Overload List

#SignatureDescription
1function CAbs(const Z: TCplx): Double;The norm of z.
2function CAbs(const Z: TSCplx): Single;

Overload 1: function CAbs(const Z: TCplx): Double;

The norm of z.

#NameTypeDescription
1ZTCplx

Returns: Double - the norm of a complex number z: |z| = Sqrt[z z*].

Overload 2: function CAbs(const Z: TSCplx): Single;

#NameTypeDescription
1ZTSCplx

Returns: Single